OEIS_sequence: S3 class constructor for 'OEIS_sequence'

View source: R/OEIS_sequence.R

OEIS_sequenceR Documentation

S3 class constructor for OEIS_sequence

Description

S3 class constructor for OEIS_sequence

Usage

OEIS_sequence(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 S3 class OEIS_sequence.

References

Explanation of Terms Used in Reply From

See Also

* OEIS_check

* OEIS_url

* OEIS_description

* OEIS_formerly

* OEIS_bfile

* OEIS_terms

* OEIS_xml

* OEIS_internal_format

* OEIS_df

Examples

id <- "A003456"
A003456 <- OEIS_sequence(id)
class(A003456)
A003456


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