login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A025747 Index of 10^n within sequence of numbers of form 9^i*10^j. 1
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 (list; graph; refs; listen; history; text; internal format)
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
AUTHOR
EXTENSIONS
Offset corrected by Robert Israel, May 12 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 12:57 EDT 2024. Contains 371943 sequences. (Running on oeis4.)