|
Search: id:A059566
|
|
|
| A059566 |
|
Beatty sequence for e^gamma/(e^gamma-1). |
|
+0 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; listen)
|
|
|
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} ]
|
|
PROGRAM
|
(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: A157936 A024978 A085148 this_sequence A059545 A061785 A047292
Adjacent sequences: A059563 A059564 A059565 this_sequence A059567 A059568 A059569
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Mitch Harris (Harris.Mitchell(AT)mgh.harvard.edu), Jan 22, 2001
|
|
|
Search completed in 0.002 seconds
|