login
Beatty sequence for (Champernowne constant)*10 = 1.234567891011121314....
2

%I #16 Jul 31 2015 21:23:52

%S 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,

%T 32,33,34,35,37,38,39,40,41,43,44,45,46,48,49,50,51,53,54,55,56,58,59,

%U 60,61,62,64,65,66,67,69,70,71,72,74,75,76,77,79,80,81,82,83,85,86,87,88

%N Beatty sequence for (Champernowne constant)*10 = 1.234567891011121314....

%C Complement of A115181.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/ChampernowneConstant.html">Champernowne Constant</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/BeattySequence.html">Beatty Sequence</a>

%H <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>

%F a(n) = floor(n * 1.234567891011121314...).

%t c = FromDigits[ Flatten[IntegerDigits /@ Range@100]]/10^191; Array[ Floor[ #*c] &, 56] (* _Robert G. Wilson v_, Jan 18 2006 *)

%Y Cf. A115182, A033307.

%K nonn

%O 1,2

%A _Reinhard Zumkeller_, Jan 15 2006