login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059566 Beatty sequence for e^gamma/(e^gamma-1). 2
2, 4, 6, 9, 11, 13, 15, 18, 20, 22, 25, 27, 29, 31, 34, 36, 38, 41, 43, 45, 47, 50, 52, 54, 57, 59, 61, 63, 66, 68, 70, 72, 75, 77, 79, 82, 84, 86, 88, 91, 93, 95, 98, 100, 102, 104, 107, 109, 111, 114, 116, 118, 120, 123, 125, 127, 129, 132, 134, 136, 139, 141, 143 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

Fraenkel, Aviezri S.; Levitt, Jonathan; Shimshoni, Michael; Characterization of the set of values f(n)=[n alpha], n=1,2,... Discrete Math. 2 (1972), no.4, 335-345.

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,2000

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

Index entries for sequences related to Beatty sequences

MATHEMATICA

Table[ Floor[ n * E^EulerGamma /(E^EulerGamma - 1)], {n, 1, 70} ]

PROG

(PARI) { default(realprecision, 100); v=exp(1)^Euler; b=v/(v - 1); for (n = 1, 2000, write("b059566.txt", n, " ", floor(n*b)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 28 2009]

CROSSREFS

Beatty complement is A059565.

Sequence in context: A207188 A085148 A187842 * A059545 A187339 A061785

Adjacent sequences:  A059563 A059564 A059565 * A059567 A059568 A059569

KEYWORD

nonn,easy

AUTHOR

Mitch Harris (Harris.Mitchell(AT)mgh.harvard.edu), Jan 22, 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.