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!)
A359016 a(n) is the index of the smallest n-gonal pyramidal number with exactly n prime factors (counted with multiplicity). 1
4, 7, 9, 16, 31, 48, 28, 160, 54, 512, 128, 512, 946, 4224, 512, 10240, 11566, 4095, 1024, 65535, 94794, 180224, 22796, 262143, 1048575, 7077888, 1339848 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
LINKS
Eric Weisstein's World of Mathematics, Prime Factor
Eric Weisstein's World of Mathematics, Pyramidal Number
PROG
(PARI) a(n) = if(n<3, return()); for(k=1, oo, my(t=(k*(k+1)*((n-2)*k + (5-n)))\6); if(bigomega(t) == n, return(k))); \\ Daniel Suteu, Dec 12 2022
CROSSREFS
Sequence in context: A271542 A010424 A044903 * A281144 A103073 A166742
KEYWORD
nonn,more
AUTHOR
Ilya Gutkovskiy, Dec 12 2022
EXTENSIONS
a(27)-a(29) from Daniel Suteu, Dec 12 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 July 7 19:22 EDT 2024. Contains 374112 sequences. (Running on oeis4.)