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!)
A350786 a(n) is the number of divisors of A061799(n). 0
1, 2, 3, 4, 6, 6, 8, 8, 9, 10, 12, 12, 16, 16, 16, 16, 18, 18, 20, 20, 24, 24, 24, 24, 30, 30, 30, 30, 30, 30, 32, 32, 36, 36, 36, 36, 40, 40, 40, 40, 48, 48, 48, 48, 48, 48, 48, 48, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 64, 64, 64, 64, 72, 72, 72, 72, 72, 72, 72, 72 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) is the smallest term of A002183 that is >= n.
LINKS
FORMULA
a(n) = A000005(A061799(n)).
EXAMPLE
a(5) = 6 because A061799(5) = 12 has 6 divisors.
PROG
(PARI) for(n=1, 100, my(s=n); while(numdiv(s)<n, s++); print1(numdiv(s), ", ")); \\ Michel Marcus, Jul 07 2022
CROSSREFS
Sequence in context: A362813 A367964 A214965 * A134361 A142727 A347388
KEYWORD
nonn
AUTHOR
J. Lowell, Jul 07 2022
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 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)