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!)
A327485 Product of means of integer partitions with Heinz numbers from 2 to n. 1
1, 2, 2, 6, 9, 36, 36, 72, 144, 720, 960, 5760, 14400, 36000, 36000, 252000, 420000, 3360000, 5600000, 16800000, 50400000, 453600000, 567000000, 1701000000, 5953500000, 11907000000, 23814000000, 238140000000, 476280000000, 5239080000000, 5239080000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
COMMENTS
A prime index of n is a number m such that prime(m) divides n. The multiset of prime indices of n is row n of A112798.
LINKS
FORMULA
a(n > 2) = a(n - 1) * A326567(n) / A326568(n).
EXAMPLE
We have a(7) = 1 * 2 * 1 * 3 * 3/2 * 4 = 36.
MATHEMATICA
Table[Product[Total[Cases[FactorInteger[k], {p_, k_}:>k*PrimePi[p]]]/PrimeOmega[k], {k, 2, n}], {n, 2, 30}]
CROSSREFS
Partial products of A326567/A326568.
Sequence in context: A000022 A034805 A192659 * A207975 A321623 A077063
KEYWORD
nonn
AUTHOR
Gus Wiseman, Sep 28 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 09:54 EDT 2024. Contains 372540 sequences. (Running on oeis4.)