These lines give keywords describing the sequence. The actual keywords, in use, can be found at: Explanation of Terms Used
Examples
if (FALSE) { # \dontrun{
id <- "A049323"
seq <- OEIS_sequence(id)
xml <- OEIS_xml(id)
frmt <- OEIS_internal_format(id)
OEIS_keywords(id)
# Keywords from "OEIS_sequence" class
OEIS_keywords(seq)
# Keywords from "OEIS_xml"
OEIS_keywords(xml)
# Keywords from internal format: "OEIS_internal" class
OEIS_keywords(frmt)
} # }