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!)
A372402 Position of 2310^n among 11-smooth numbers A051038. 2
1, 283, 3847, 20996, 74228, 203084, 469053, 960396, 1797086, 3135610, 5173909, 8156188, 12377846, 18190320, 26005929, 36302854, 49629820, 66611231, 87951744, 114441450, 146960432, 186483973, 234087084, 290949702, 358361266, 437725888, 530566933, 638532124, 763398291, 907076258 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Also position of 2310^(n+1) in A147572.
LINKS
MATHEMATICA
Table[
Sum[Floor@ Log[11, 2310^n/(2^i*3^j*5^k*7^m)] + 1,
{i, 0, Log[2, 2310^n]},
{j, 0, Log[3, 2310^n/2^i]},
{k, 0, Log[5, 2310^n/(2^i*3^j)]},
{m, 0, Log[7, 2310^n/(2^i*3^j*5^k)]}],
{n, 0, 8}]
PROG
(Python) # uses imports/function in A372401
print(list(islice(A372401gen(p=11), 7))) # Michael S. Branicky, Jun 05 2024
CROSSREFS
Sequence in context: A332676 A142837 A064964 * A263670 A108826 A285890
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Jun 03 2024
EXTENSIONS
a(14)-a(18) from Michael S. Branicky, Jun 05 2024
More terms from David A. Corneth, Jun 05 2024
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 July 11 20:49 EDT 2024. Contains 374234 sequences. (Running on oeis4.)