cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A322488 Number of factorizations of the n-th power of the product of the first n primes.

Original entry on oeis.org

1, 1, 9, 686, 911838, 27119992809, 23970534519938280, 790361842548583118561351, 1186709456459520739315771458325336, 96786580459441954551347685958203256606168610, 502265575410823018475962732653887865889973989497971475955
Offset: 0

Views

Author

Alois P. Heinz, Dec 11 2018

Keywords

Comments

Also number of n-partite partitions of {n}^n into n-tuples. a(2) = 9: [(2,2)], [(2,1),(0,1)], [(2,0),(0,2)], [(2,0),(0,1),(0,1)], [(1,2),(1,0)], [(1,1),(1,1)], [(1,1),(1,0),(0,1)], [(1,0),(1,0),(0,2)], [(1,0),(1,0),(0,1),(0,1)].
Also number of partitions of the multiset with n copies each of 1,2,...,n. a(2) = 9: 1122, 11|22, 12|12, 1|122, 112|2, 11|2|2, 1|1|22, 1|12|2, 1|1|2|2.

Examples

			a(2) = 9: (2*3)^2 = A002110(2)^2 = 36 has 9 factorizations: 36, 3*12, 4*9, 3*3*4, 2*18, 6*6, 2*3*6, 2*2*9, 2*2*3*3.
		

Crossrefs

Main diagonal of A219727.

Formula

a(n) = A001055(A181555(n)) = A001055(A002110(n)^n).

Extensions

a(10) from Andrew Howroyd, Dec 11 2018