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.

A259623 Strictly increasing list of F and F + 1, where F = A000045, the Fibonacci numbers.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 8, 9, 13, 14, 21, 22, 34, 35, 55, 56, 89, 90, 144, 145, 233, 234, 377, 378, 610, 611, 987, 988, 1597, 1598, 2584, 2585, 4181, 4182, 6765, 6766, 10946, 10947, 17711, 17712, 28657, 28658, 46368, 46369, 75025, 75026, 121393, 121394, 196418
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Union[#, # + 1] &[Fibonacci[Range[50]]]

Formula

G.f.: -((-1 - 2 x - x^2 + x^4 + 2 x^5 + x^6 + x^7)/((-1 + x) (1 + x) (-1 + x^2 + x^4))).