login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A254056 Sum two last digits of the sequence to get next term, starting with 1,2. 1
1, 2, 3, 5, 8, 13, 4, 7, 11, 2, 3, 5, 8, 13, 4, 7, 11, 2, 3, 5, 8, 13, 4, 7, 11, 2, 3, 5, 8, 13, 4, 7, 11, 2, 3, 5, 8, 13, 4, 7, 11, 2, 3, 5, 8, 13, 4, 7, 11, 2, 3, 5, 8, 13, 4, 7, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Start with {1,2}: 1,2,3,5,8,13,4,7,11,2,3,5,8,13,4,7,11,2,3,5,8,13,4,7,... period {11,2,3,5,8,13,4,7,}.
Sequences with any other pair of initial digits eventually merge with case {1,2} except for the case {4,5}: 4,5,9,14,5,9,14,5,9,14,... which has period {5,9,14}.
LINKS
MATHEMATICA
a=1; b=2; s={a, b}; dd={a, b}; Do[a=dd[[-1]]+dd[[-2]]; AppendTo[s, a]; dd=Flatten[{dd, IntegerDigits[s]}], {20}]; s
CROSSREFS
Sequence in context: A135102 A214156 A078414 * A238948 A336716 A345097
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Jan 24 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 08:19 EDT 2024. Contains 371922 sequences. (Running on oeis4.)