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!)
A053055 Append n-th Fibonacci number to previous term, reverse alternate terms. 0
1, 11, 112, 3211, 11235, 853211, 11235813, 1231853211, 112358132134, 55431231853211, 1123581321345589, 4419855431231853211, 1123581321345589144233, 7733324419855431231853211, 1123581321345589144233377610, 7890167733324419855431231853211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Module[{nn=20, fibs}, fibs=Fibonacci[Range[nn]]; Flatten[{#[[1]], FromDigits[ Reverse[IntegerDigits[#[[2]]]]]}&/@Partition[ Table[ FromDigits[ Flatten[IntegerDigits/@Take[fibs, n]]], {n, nn}], 2]]](* Harvey P. Dale, Aug 18 2014 *)
CROSSREFS
Sequence in context: A056618 A190872 A024145 * A024148 A323477 A175684
KEYWORD
easy,base,nonn,less
AUTHOR
Felice Russo, Feb 25 2000
EXTENSIONS
Corrected and extended by Harvey P. Dale, Aug 18 2014
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 27 23:22 EDT 2024. Contains 372020 sequences. (Running on oeis4.)