The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059554 Beatty sequence for Gamma(2/3)/(Gamma(2/3)-1). 2
3, 7, 11, 15, 19, 22, 26, 30, 34, 38, 42, 45, 49, 53, 57, 61, 65, 68, 72, 76, 80, 84, 87, 91, 95, 99, 103, 107, 110, 114, 118, 122, 126, 130, 133, 137, 141, 145, 149, 152, 156, 160, 164, 168, 172, 175, 179, 183, 187, 191, 195, 198, 202, 206, 210, 214, 217, 221 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Aviezri S. Fraenkel, Jonathan Levitt, Michael Shimshoni, Characterization of the set of values f(n)=[n alpha], n=1,2,..., Discrete Math. 2 (1972), no.4, 335-345.
Eric Weisstein's World of Mathematics, Beatty Sequence.
FORMULA
a(n) = floor(n*gamma(2/3)/(gamma(2/3)-1)). - Michel Marcus, Jan 05 2015
PROG
(PARI) { default(realprecision, 100); b=gamma(2/3)/(gamma(2/3) - 1); for (n = 1, 2000, write("b059554.txt", n, " ", floor(n*b)); ) } \\ Harry J. Smith, Jun 28 2009
CROSSREFS
Beatty complement is A059553.
Sequence in context: A322408 A124981 A249244 * A329840 A329977 A246171
KEYWORD
nonn,easy
AUTHOR
Mitch Harris, Jan 22 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 23 18:59 EDT 2024. Contains 372765 sequences. (Running on oeis4.)