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.

Showing 1-1 of 1 results.

A059553 Beatty sequence for Gamma(2/3).

Original entry on oeis.org

1, 2, 4, 5, 6, 8, 9, 10, 12, 13, 14, 16, 17, 18, 20, 21, 23, 24, 25, 27, 28, 29, 31, 32, 33, 35, 36, 37, 39, 40, 41, 43, 44, 46, 47, 48, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 66, 67, 69, 70, 71, 73, 74, 75, 77, 78, 79, 81, 82, 83, 85, 86, 88, 89, 90, 92, 93, 94, 96
Offset: 1

Views

Author

Mitch Harris, Jan 22 2001

Keywords

Crossrefs

Beatty complement is A059554.
Cf. A073006 (Gamma(2/3)).

Programs

  • Magma
    [Floor(n*Gamma(2/3)): n in [1..80]]; // Vincenzo Librandi, Jan 06 2015
  • Mathematica
    Floor[Range[100]*Gamma[2/3]] (* Paolo Xausa, Jul 05 2024 *)
  • PARI
    { default(realprecision, 100); b=gamma(2/3); for (n = 1, 2000, write("b059553.txt", n, " ", floor(n*b)); ) } \\ Harry J. Smith, Jun 28 2009
    

Formula

a(n) = floor(n*Gamma(2/3)). - Michel Marcus, Jan 04 2015
Showing 1-1 of 1 results.