Skip to contents

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.

Examples

if (FALSE) { # \dontrun{
id <- "A003456"
A003456 <- OEIS_sequence(id)
class(A003456)
A003456
} # }