The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A307539 Heinz numbers of square integer partitions, where the Heinz number of an integer partition (y_1,...,y_k) is prime(y_1)*...*prime(y_k). 4
1, 2, 9, 125, 2401, 161051, 4826809, 410338673, 16983563041, 1801152661463, 420707233300201, 25408476896404831, 6582952005840035281, 925103102315013629321, 73885357344138503765449, 12063348350820368238715343, 3876269050118516845397872321 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A330394(A088218(n)). - Alois P. Heinz, Mar 03 2020
EXAMPLE
The square partition (4,4,4,4) has Heinz number prime(4)^4 = 7^4 = 2401.
MAPLE
a:= n-> mul(ithprime(i), i=[n$n]):
seq(a(n), n=0..20); # Alois P. Heinz, Mar 03 2020
MATHEMATICA
Table[If[n==0, 1, Prime[n]]^n, {n, 0, 10}]
CROSSREFS
After a(0) = 1, same as A062457.
Sequence in context: A316855 A088862 A062457 * A067966 A165327 A090242
KEYWORD
nonn
AUTHOR
Gus Wiseman, Apr 13 2019
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 15 18:29 EDT 2024. Contains 372549 sequences. (Running on oeis4.)