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
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jan 15 2006
STATUS
approved