OEIS_extensions: OEIS sequence extensions from sequence 'internal_format'

View source: R/OEIS_extensions.R

OEIS_extensionsR Documentation

OEIS sequence extensions from sequence internal_format

Description

This 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.

Usage

OEIS_extensions(x)

Arguments

x

Can be one of the following:

  • A character string with sequence ID.

  • A OEIS_internal S3 class object, with sequence internal format.

  • A S3 classes object OEIS_xml and xml_document, with sequence content from OEIS web.

  • An object of OEIS_sequence class, that contains all sequence related data.

Value

A character string with the OEIS sequence extensions lines or NULL if there are no extensions.

Note

OEIS Wiki: Style sheet for Style sheet for contributors

See Also

* OEIS_description

* OEIS_internal_format

* OEIS_sequence

* OEIS_example

Examples

# 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")

EnriquePH/OEIS.R documentation built on March 15, 2023, 8:01 a.m.