login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A114724
Each term is the sum of the next two digits.
1
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,1
FORMULA
Cycles with period 12.
EXAMPLE
E.g. 2=1+1, 11=6+5, ...
MATHEMATICA
PadRight[{}, 120, {2, 11, 6, 5, 14, 9, 5, 4, 13, 8, 5, 3}] (* Harvey P. Dale, May 23 2019 *)
PROG
(Magma) &cat[[2, 11, 6, 5, 14, 9, 5, 4, 13, 8, 5, 3]^^10]; // Vincenzo Librandi, May 27 2019
CROSSREFS
Cf. A113779.
Sequence in context: A339807 A158616 A127821 * A226219 A285866 A165768
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, based on Dec 06 2005 posting from Mike Stay to the SeqFan list, Feb 27 2006
STATUS
approved