OEIS_internal_format: Get sequence internal format

View source: R/OEIS_internal_format.R

OEIS_internal_formatR Documentation

Get sequence internal format

Description

In OEIS internal format, each sequence, is described by about 10 lines, each line beginning S, T, N, etc.) and abcdef is the 6-digit identification number (or catalog number) of the sequence. Each sequence gets a unique A-number.

Usage

OEIS_internal_format(ID)

Arguments

ID

A string with the OEIS sequence identifier ID number. The A-number or sequence ID is the absolute catalog number of the sequence. It consists of "A" followed by 6 digits.

Value

An object of the classes data.frame and OEIS_internal with the full sequence text internal format. OEIS_check

References

Internal Format Used In

See Also

* OEIS_url

* OEIS_xml

* OEIS_ID

Examples

id <- "A000055"
OEIS_internal_format(id)


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