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.

A114724 Each term is the sum of the next two digits starting with a(1)=2.

Original entry on oeis.org

2, 11, 6, 5, 14, 9, 5, 4, 13, 8, 5, 3, 2, 11, 6, 5, 14, 9, 5, 4, 13, 8, 5, 3, 2, 11, 6, 5, 14, 9, 5, 4, 13, 8, 5, 3, 2, 11, 6, 5, 14, 9, 5, 4, 13, 8, 5, 3, 2, 11, 6, 5, 14, 9, 5, 4, 13, 8, 5, 3, 2, 11, 6, 5, 14, 9, 5, 4, 13, 8, 5, 3, 2, 11, 6, 5, 14, 9, 5, 4, 13, 8, 5, 3, 2, 11, 6, 5
Offset: 1

Views

Author

N. J. A. Sloane, based on Dec 06 2005 posting from Mike Stay to the SeqFan list, Feb 27 2006

Keywords

Examples

			E.g. 2=1+1, 11=6+5, ...
		

Crossrefs

Cf. A113779.

Programs

  • Magma
    &cat[[2, 11, 6, 5, 14, 9, 5, 4, 13, 8, 5, 3]^^10]; // Vincenzo Librandi, May 27 2019
  • Mathematica
    PadRight[{},120,{2,11,6,5,14,9,5,4,13,8,5,3}] (* Harvey P. Dale, May 23 2019 *)

Formula

Cycles with period 12.