login
A115180
Beatty sequence for (Champernowne constant)*10 = 1.234567891011121314....
2
1, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34, 35, 37, 38, 39, 40, 41, 43, 44, 45, 46, 48, 49, 50, 51, 53, 54, 55, 56, 58, 59, 60, 61, 62, 64, 65, 66, 67, 69, 70, 71, 72, 74, 75, 76, 77, 79, 80, 81, 82, 83, 85, 86, 87, 88
OFFSET
1,2
COMMENTS
Complement of A115181.
LINKS
Eric Weisstein's World of Mathematics, Champernowne Constant
Eric Weisstein's World of Mathematics, Beatty Sequence
FORMULA
a(n) = floor(n * 1.234567891011121314...).
MATHEMATICA
c = FromDigits[ Flatten[IntegerDigits /@ Range@100]]/10^191; Array[ Floor[ #*c] &, 56] (* Robert G. Wilson v, Jan 18 2006 *)
CROSSREFS
Sequence in context: A277644 A039199 A172269 * A045774 A045681 A001961
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jan 15 2006
STATUS
approved