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!)
A025715 Index of 6^n in A025622 (numbers of form 5^i*6^j). 2
1, 3, 6, 10, 15, 21, 28, 36, 45, 56, 68, 81, 95, 110, 126, 143, 161, 180, 201, 223, 246, 270, 295, 321, 348, 376, 405, 436, 468, 501, 535, 570, 606, 643, 681, 720, 761, 803, 846, 890, 935, 981, 1028, 1076, 1125, 1176, 1228, 1281, 1335, 1390, 1446, 1503, 1561, 1621 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
David A. Corneth, Table of n, a(n) for n = 0..9999 (First 500 terms from Giovanni Resta)
FORMULA
a(n) >= binomial(n+2, 2). - David A. Corneth, Jul 20 2017
PROG
(PARI) lista(nn) = {v = []; for (n=0, nn, for (m = 0, nn, v = vecsort(concat(v, 5^n*6^m), , 8); ); ); n=0; for (k=1, #v, vk = v[k]; if ((valuation(vk, 6)==n) && (valuation(vk, 5) == 0), if (vk > 5^(nn+1), return(), print1(k, ", "); n++); ); ); } \\ Michel Marcus, Sep 28 2015
CROSSREFS
Sequence in context: A025724 A025746 A119663 * A165145 A046489 A277209
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Offset set to 0 by Michel Marcus, Sep 27 2015
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 August 15 10:38 EDT 2024. Contains 375173 sequences. (Running on oeis4.)