cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

User: Anthony Joseph Splendora

Anthony Joseph Splendora's wiki page.

Anthony Joseph Splendora has authored 1 sequences.

A045981 Describe all the previous terms!.

Original entry on oeis.org

1, 11, 1121, 1121211211, 112121121121121112211221, 112121121121121112211221211211122112211221123122212211
Offset: 1

Keywords

Comments

Previous terms are described one by one in succession. Next terms are 118, 256, 564 and 1262 digits long.

Crossrefs

Programs

  • Haskell
    a045981 n = a045981_list !! (n-1)
    a045981_list = 1 : f 1 [] where
       f x zs = y : f y zs' where
         y = read (concatMap show zs')
         zs' = zs ++ [a045918 x]
    -- Reinhard Zumkeller, Feb 28 2014

Extensions

More terms from Patrick De Geest, Jun 15 1999