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!)
A358927 a(n) is the smallest tetrahedral number with exactly n prime factors (counted with multiplicity), or -1 if no such number exists. 3
1, -1, 4, 20, 56, 120, 560, 4960, 19600, 41664, 341376, 695520, 7207200, 22238720, 178433024, 1429559296, 179481600, 11453245440, 11444858880, 393079864320, 3928874471424, 5864598896640, 46910348656640, 975649558118400, 3002365391929344, 7805131503206400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Prime Factor
Eric Weisstein's World of Mathematics, Tetrahedral Number
EXAMPLE
a(4) = 56, because 56 is a tetrahedral number with 4 prime factors (counted with multiplicity) {2, 2, 2, 7} and this is the smallest such number.
MATHEMATICA
t[k_] := k*(k + 1)*(k + 2)/6; a[n_] := Module[{k = 1, tk}, While[PrimeOmega[tk = t[k]] != n, k++]; tk]; a[1] = -1; Array[a, 26, 0] (* Amiram Eldar, Dec 09 2022 *)
CROSSREFS
Sequence in context: A035007 A047810 A002492 * A127920 A060122 A066970
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 06 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 May 8 02:15 EDT 2024. Contains 372317 sequences. (Running on oeis4.)