View source: R/OEIS_comments.R
OEIS_comments | R Documentation |
internal_format
The comments field in OEIS sequence entries is for information that does not quite fit in other fields.
OEIS_comments(x)
x |
Can be one of the following:
|
A character string with the OEIS sequence comments lines from the
sequence or NULL
if there are no comments.
* OEIS_description
* OEIS_author
* OEIS_internal_format
* OEIS_formula
* OEIS_sequence
* OEIS_xml
id <- "A105805" internal_format <- OEIS_internal_format(id) example <- OEIS_comments(internal_format) cat(example, sep = "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.