These lines give expanded information or examples to illustrate the initial terms of the sequence.
Value
A character string with the OEIS sequence lines of examples or
NULL where no examples are available.
Examples
if (FALSE) { # \dontrun{
id <- "A105805"
internal_format <- OEIS_internal_format(id)
example <- OEIS_example(internal_format)
cat(example, sep = "\n")
} # }