login
A115181
Beatty sequence for (Cc/(Cc-1)) with Cc = 1.234567891011121314... = 10*(Champernowne constant).
2
5, 10, 15, 21, 26, 31, 36, 42, 47, 52, 57, 63, 68, 73, 78, 84, 89, 94, 100, 105, 110, 115, 121, 126, 131, 136, 142, 147, 152, 157, 163, 168, 173, 178, 184, 189, 194, 200, 205, 210, 215, 221, 226, 231, 236, 242, 247, 252, 257, 263, 268, 273, 278, 284, 289, 294
OFFSET
1,1
COMMENTS
Complement of A115180.
LINKS
Eric Weisstein's World of Mathematics, Beatty Sequence
Eric Weisstein's World of Mathematics, Champernowne Constant
FORMULA
a(n) = floor(n * 5.26315808...).
MATHEMATICA
c = FromDigits[ Flatten[IntegerDigits /@ Range@100]]/10^191; Array[ Floor[ #*c/(c - 1)] &, 56] (* Robert G. Wilson v, Jan 18 2006 *)
CROSSREFS
Sequence in context: A313779 A313780 A313781 * A313782 A313783 A313784
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jan 15 2006
STATUS
approved