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!)
A019523 Concatenation of Fibonacci(1) through Fibonacci(n). 10
1, 11, 112, 1123, 11235, 112358, 11235813, 1123581321, 112358132134, 11235813213455, 1123581321345589, 1123581321345589144, 1123581321345589144233, 1123581321345589144233377, 1123581321345589144233377610, 1123581321345589144233377610987 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For n<=800, only a(2) and a(4) are primes. - Dmitry Kamenetsky, Feb 25 2009
a(n) has about kn(n+1) digits, where k = log phi/log 100 = 0.10449... - Charles R Greathouse IV, Sep 19 2012
REFERENCES
S. Smarandoiu, Convergence of Smarandache continued fractions, Abstract 96T-11-195, Abstracts Amer. Math. Soc., 17 (No. 4, 1996), 680.
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 1..96
Eric Weisstein's World of Mathematics, Fibonacci Number
Eric Weisstein's World of Mathematics, Consecutive Number Sequences
Eric Weisstein's World of Mathematics, Smarandache Sequences
FORMULA
a(n) = a(n-1)*10^A055642(A000045(n)) + A000045(n). - José de Jesús Camacho Medina, Dec 16 2016
MATHEMATICA
Table[FromDigits[Flatten[IntegerDigits[Fibonacci[Range[n]]]]], {n, 25}] (* G. C. Greubel, Nov 30 2016 *)
PROG
(Haskell)
a019523 n = read $ concatMap show $ take n $ tail a000045_list :: Integer
-- Reinhard Zumkeller, Mar 01 2014
(Magma) [Seqint(Reverse(&cat[Reverse(Intseq(Fibonacci(k))): k in [1..n]])): n in [1..20]]; // Vincenzo Librandi, Dec 18 2016
CROSSREFS
Sequence in context: A104720 A132926 A094704 * A359143 A361350 A361501
KEYWORD
base,nonn
AUTHOR
R. Muller
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 May 9 01:26 EDT 2024. Contains 372341 sequences. (Running on oeis4.)