|
| |
|
|
A059548
|
|
Beatty sequence for 1+ln(3).
|
|
3
| |
|
|
2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 128, 130, 132, 134
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Different from A064720, although the sequences agree for about 1400 terms. - Joshua Zucker, Apr 25 2007
|
|
|
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
|
|
|
PROG
| (PARI) { default(realprecision, 100); b=1 + log(3); for (n = 1, 2000, write("b059548.txt", n, " ", floor(n*b)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 28 2009]
|
|
|
CROSSREFS
| Beatty complement is A059547.
Sequence in context: A137804 A054965 * A064720 A029741 A085125 A194402
Adjacent sequences: A059545 A059546 A059547 * A059549 A059550 A059551
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| Mitch Harris (Harris.Mitchell(AT)mgh.harvard.edu), Jan 22, 2001
|
| |
|
|