OEIS sequence comments lines from sequence internal_format
Source: R/OEIS_comments.R
OEIS_comments.RdThe comments field in OEIS sequence entries is for information that does not quite fit in other fields.
Value
A character string with the OEIS sequence comments lines from the
sequence or NULL if there are no comments.
Examples
if (FALSE) { # \dontrun{
id <- "A105805"
internal_format <- OEIS_internal_format(id)
example <- OEIS_comments(internal_format)
cat(example, sep = "\n")
} # }