OEIS_links | R Documentation |
Links related to the sequence.
OEIS_links(x)
x |
Can be one of the following:
|
A character string with the OEIS sequence lines of links or
NULL
if there are no links
* OEIS_description
* OEIS_author
* OEIS_internal_format
* OEIS_formula
* OEIS_sequence
* OEIS_xml
id <- "A105805" internal_format <- OEIS_internal_format(id) lnks <- OEIS_links(internal_format) cat(lnks, sep = "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.