login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A025747
Index of 10^n within sequence of numbers of form 9^i*10^j.
2
1, 3, 6, 10, 15, 21, 28, 36, 45, 55, 66, 78, 91, 105, 120, 136, 153, 171, 190, 210, 231, 254, 278, 303, 329, 356, 384, 413, 443, 474, 506, 539, 573, 608, 644, 681, 719, 758, 798, 839, 881, 924, 969, 1015, 1062, 1110, 1159, 1209, 1260, 1312, 1365, 1419, 1474, 1530, 1587
OFFSET
0,2
LINKS
MAPLE
N:= 10^60: # for a(0)..a(log[10](N))
L:= sort([seq(seq(9^i*10^j, j=0..ilog10(N/9^i)), i=0..floor(log[9](N)))]):
select(t -> L[t] mod 9 <> 0, [$1..nops(L)]); # Robert Israel, May 12 2020
CROSSREFS
Cf. A022330.
Sequence in context: A105340 A176659 A109811 * A025738 A078256 A025731
KEYWORD
nonn,easy
EXTENSIONS
Offset corrected by Robert Israel, May 12 2020
STATUS
approved