View source: R/OEIS_extensions.R
| OEIS_extensions | R Documentation |
internal_formatThis field is to claim credit for additions to the entry that can't be properly acknowledged in other fields. The most common use is to acknowledge more terms for sequences that had only a few previously.
OEIS_extensions(x)
x |
Can be one of the following:
|
A character string with the OEIS sequence extensions lines or
NULL if there are no extensions.
OEIS Wiki: Style sheet for Style sheet for contributors
* OEIS_description
* OEIS_internal_format
* OEIS_sequence
* OEIS_example
# A008406: Triangle T(n,k) read by rows, giving number of graphs with n nodes # (n >= 1) and k edges (0 <= k <= n(n-1)/2). id <- "A008406" internal_format <- OEIS_internal_format(id) extensions <- OEIS_extensions(internal_format) cat(extensions, sep = "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.