OEIS Wolfram Mathematica code from sequence internal_format
Source: R/OEIS_mathematica.R
OEIS_mathematica.RdThese lines give Mathematica code to produce the sequence.
Examples
if (FALSE) { # \dontrun{
id <- "A105805"
internal_format <- OEIS_internal_format(id)
mathematica <- OEIS_mathematica(internal_format)
cat(mathematica, sep = "\n")
} # }