cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A053068 Concatenation of next n Fibonacci numbers.

Original entry on oeis.org

1, 12, 358, 13213455, 89144233377610, 987159725844181676510946, 17711286574636875025121393196418317811, 5142298320401346269217830935245785702887922746514930352
Offset: 1

Views

Author

Felice Russo, Feb 25 2000

Keywords

References

  • Felice Russo, A set of new Smarandache functions, sequences and conjectures in number theory, American Research Press 2000

Crossrefs

Cf. A000045.

Programs

  • Mathematica
    Module[{nn=10,fibs},fibs=Fibonacci[Range[(nn(nn+1))/2]];FromDigits[Flatten[IntegerDigits/@#]]&/@TakeList[fibs,Range[nn]]] (* Harvey P. Dale, Dec 29 2024 *)

Extensions

More terms from James Sellers, Feb 28 2000