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!)
A317333 Indices m for which A058304(m) = 9. 8
1, 6, 14, 25, 30, 38, 49, 57, 62, 70, 78, 89, 97, 102, 113, 121, 126, 134, 142, 153, 158, 166, 177, 185, 193, 198, 206, 217, 225, 230, 241, 249, 254, 262, 270, 281, 286, 294, 305, 313, 318, 326, 334, 345, 353, 358, 369, 377, 385, 390, 398, 409, 414, 422, 433, 441, 449, 454, 462, 473, 481, 486, 497, 505 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 8*n + A317336(n).
PROG
(Python)
n, f, i, p, q = 1, 1, 0, 0, 1
while i < 1000000:
....i, p, q = i+1, p*10, q*10
....if i == f:
........p, n = p+1, n+1
........f = f*n
n, a, j = 0, 0, 0
while p%q > 0:
....a, f, p, q = a+1, p//q, q, p%q
....if f == 9:
........n = n+1
........print(n, a-1)
CROSSREFS
Sequence in context: A104675 A083657 A228435 * A010740 A185594 A095794
KEYWORD
nonn
AUTHOR
A.H.M. Smeets, Jul 26 2018
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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)