|
Search: id:A134550
|
|
|
| A134550 |
|
Concatenate Fibonacci(n), Fibonacci(n+2) and Fibonacci(n+4). |
|
+0 1
|
|
| 13, 125, 138, 2513, 3821, 51334, 82155, 133489, 2155144, 3489233, 55144377, 89233610, 144377987, 2336101597, 3779872584, 61015974181, 98725846765, 1597418110946, 2584676517711, 41811094628657, 67651771146368
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
Leading zeros are omitted.
|
|
MAPLE
|
with(combinat) : catL := proc(i, j) i*10^(max(1, ilog10(j)+1))+j ; end: A134550 := proc(n) local f ; f := Fib(n) ; catL( catL(fibonacci(n), fibonacci(n+2)), fibonacci(n+4)) ; end: seq(A134550(n), n=0..28) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 30 2008
|
|
CROSSREFS
|
Adjacent sequences: A134547 A134548 A134549 this_sequence A134551 A134552 A134553
Sequence in context: A115204 A016277 A152583 this_sequence A016224 A142673 A139786
|
|
KEYWORD
|
nonn,base,easy
|
|
AUTHOR
|
Deuard Worthen (deuard(AT)tx.rr.com), Jan 23 2008, at the suggestion of njas.
|
|
EXTENSIONS
|
More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 30 2008
|
|
|
Search completed in 0.004 seconds
|