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.

A001961 A Beatty sequence: floor(n * (sqrt(5) - 1)).

Original entry on oeis.org

1, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34, 35, 37, 38, 39, 40, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 54, 55, 56, 58, 59, 60, 61, 63, 64, 65, 66, 67, 69, 70, 71, 72, 74, 75, 76, 77, 79, 80, 81, 82, 84
Offset: 1

Views

Author

Keywords

Comments

u-pile positions of the 4-Wythoff game with parameter i=0 (Connell nomenclature). - R. J. Mathar, Feb 14 2011

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Complement of A001962. Cf. A001965, A005206.

Programs

  • Mathematica
    Table[Floor[n*(Sqrt[5] - 1)], {n, 100}] (* T. D. Noe, Aug 17 2012 *)

Formula

a(n) = A005206(2*n-1). - Peter Bala, Aug 09 2022

Extensions

Missing right parenthesis in description corrected May 15 1995