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!)
A025708 Index of 5^n within sequence of numbers of form 5^i*7^j. 3
1, 2, 4, 7, 11, 16, 21, 27, 34, 42, 51, 61, 71, 82, 94, 107, 121, 136, 151, 167, 184, 202, 221, 241, 261, 282, 304, 327, 351, 375, 400, 426, 453, 481, 510, 539, 569, 600, 632, 665, 699, 733, 768, 804, 841, 879, 918, 957, 997, 1038, 1080, 1123, 1167, 1211, 1256, 1302 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 0..10000
PROG
(PARI) a(n)=my(N=1); n+1+sum(i=1, n, logint(N*=5, 7)); \\ Charles R Greathouse IV, Jan 11 2018
(PARI) first(n)=my(s, N=1/5); vector(n+1, i, s+=logint(N*=5, 7)+1) \\ Charles R Greathouse IV, Jan 11 2018
CROSSREFS
Sequence in context: A194215 A025718 A022783 * A024673 A002789 A083204
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset corrected by Charles R Greathouse IV, Jan 11 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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)