OFFSET
0,2
LINKS
Alois P. Heinz, Rows n = 0..30, flattened
Byungchul Cha et al., An Investigation on Partitions with Equal Products, arXiv:1811.07451 [math.NT], 2018.
FORMULA
EXAMPLE
Express A036035(n,k) by its prime signature; add one to each exponent, then multiply: 180 = (2^2)*(3^2)*(5^1) therefore the number of divisors is (2+1)*(2+1)*(1+1)= 18
From Michel Marcus, Nov 11 2015: (Start)
As an irregular triangle, whose n-th row has A000041(n) terms, sequence begins:
1;
2;
3, 4;
4, 6, 8;
5, 8, 9, 12, 16;
6, 10, 12, 16, 18, 24, 32;
...
(End)
PROG
(PARI) tabf(nn) = {for (n=1, nn, forpart(p=n, print1(prod(k=1, #p, (1+p[k])), ", ")); print(); ); } \\ Michel Marcus, Nov 11 2015
CROSSREFS
KEYWORD
AUTHOR
Amarnath Murthy, Aug 28 2002
EXTENSIONS
More terms from Alford Arnold, Sep 17 2002
Term ordering corrected by Alois P. Heinz, Aug 21 2019
STATUS
approved