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!)
A359089 a(n) is the index of the smallest tetrahedral number with exactly n distinct prime factors. 1
1, 2, 3, 7, 18, 34, 90, 259, 988, 2583, 5795, 37960, 101268, 424268, 3344614, 17168723, 74282570, 351200178, 1082950218, 5313193819, 31439710664, 317760710839, 1782400663483 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Distinct Prime Factors
Eric Weisstein's World of Mathematics, Tetrahedral Number
MATHEMATICA
r = -1; Reap[Do[If[# > r, r = #; Sow[n]] &[PrimeNu[n (n + 1) (n + 2)/6]], {n, 2^19}] ][[-1, -1]] (* Michael De Vlieger, Dec 19 2022 *)
PROG
(PARI) t(n) = n*(n+1)*(n+2)/6; \\ A000292
a(n) = my(k=1); while (omega(t(k)) != n, k++); k; \\ Michel Marcus, Dec 19 2022
CROSSREFS
Sequence in context: A058334 A303090 A131093 * A343358 A002864 A005248
KEYWORD
nonn,more
AUTHOR
Ilya Gutkovskiy, Dec 16 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 27 23:22 EDT 2024. Contains 372020 sequences. (Running on oeis4.)