OFFSET
0,3
COMMENTS
Also number of ways to partition the multiset consisting of 4 copies each of 1, 2, ..., n into n multisets of size 4.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..50
EXAMPLE
a(2) = 3: (2*3)^4 = 1296 = 36*36 = 54*24 = 81*16.
a(3) = 23: (2*3*5)^4 = 810000 = 100*90*90 = 100*100*81 = 135*100*60 = 150*90*60 = 150*100*54 = 150*135*40 = 150*150*36 = 225*60*60 = 225*90*40 = 225*100*36 = 225*150*24 = 225*225*16 = 250*60*54 = 250*81*40 = 250*90*36 = 250*135*24 = 375*54*40 = 375*60*36 = 375*90*24 = 375*135*16 = 625*36*36 = 625*54*24 = 625*81*16.
CROSSREFS
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Feb 10 2016
EXTENSIONS
Terms a(10) and beyond from Andrew Howroyd, Apr 18 2020
STATUS
approved