A031036 Position of n-th 0 in A031035.
9, 25, 41, 57, 73, 89, 105, 121, 122, 124, 127, 130, 133, 136, 139, 142, 146, 170, 194, 218, 242, 266, 290, 313, 314, 316, 319, 322, 325, 328, 331, 334, 338, 362, 386, 410, 434, 458, 482, 505, 506, 508, 511, 514, 517, 520, 523, 526, 530, 554, 578, 602, 626, 650
Offset: 1
Keywords
Links
- Robert Israel, Table of n, a(n) for n = 1..10000
Programs
-
Maple
A:= [seq](op(ListTools:-Reverse(convert(n,base,8))),n=1..400): select(t -> A[t]=0, [$1..nops(A)]); # Robert Israel, Nov 12 2024
-
Mathematica
PositionIndex[Flatten[IntegerDigits[Range[500], 8]]][0] (* Paolo Xausa, Nov 14 2024 *)
Comments