|
| |
|
|
A059564
|
|
Beatty sequence for (e^2+1)/(e^2-e+1).
|
|
4
|
|
|
|
1, 2, 4, 5, 7, 8, 10, 11, 13, 14, 16, 17, 19, 20, 22, 23, 25, 26, 28, 29, 31, 32, 34, 35, 36, 38, 39, 41, 42, 44, 45, 47, 48, 50, 51, 53, 54, 56, 57, 59, 60, 62, 63, 65, 66, 68, 69, 71, 72, 73, 75, 76, 78, 79, 81, 82, 84, 85, 87, 88, 90, 91, 93, 94, 96, 97, 99, 100, 102, 103
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,2
|
|
|
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, Beatty Sequence.
Index entries for sequences related to Beatty sequences
|
|
|
PROG
|
(PARI) { default(realprecision, 100); e=exp(1); b=(e^2 + 1)/(e^2 - e + 1); for (n = 1, 2000, write("b059564.txt", n, " ", floor(n*b)); ) } [From Harry J. Smith, Jun 28 2009]
|
|
|
CROSSREFS
|
Beatty complement is A059563.
Sequence in context: A138251 A054386 A127450 * A001651 A224999 A195175
Adjacent sequences: A059561 A059562 A059563 * A059565 A059566 A059567
|
|
|
KEYWORD
|
nonn,easy
|
|
|
AUTHOR
|
Mitch Harris, Jan 22 2001
|
|
|
STATUS
|
approved
|
| |
|
|