login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A136099
Triangle read by rows: the number of ways to factor 5*2^(n-k)*3^k, columns 0<=k<=n, rows n>=0.
0
1, 2, 2, 4, 5, 4, 7, 11, 11, 7, 12, 21, 26, 21, 12, 19, 38, 52, 52, 38, 19, 30, 64, 98, 109, 98, 64, 30, 45, 105, 171, 212, 212, 171, 105, 45, 67, 165, 289, 382, 424, 382, 289, 165, 67, 97, 254, 467, 662, 783, 783, 662, 467, 254, 97, 139, 381, 737, 1097, 1386, 1481, 1386, 1097, 737, 381, 139
OFFSET
0,2
COMMENTS
Second in the series of arrays beginning with A054225.
FORMULA
T(n,k) = A001055(5*A036561(n,k)).
EXAMPLE
5*A036561(2,1) = 5*6 = 30 and there are five ways to factor 30.
Triangle begins:
1;
2, 2;
4, 5, 4;
7, 11, 11, 7;
12, 21, 26, 21, 12;
19, 38, 52, 52, 38, 19;
30, 64, 98, 109, 98, 64, 30;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Alford Arnold, Dec 15 2007
STATUS
approved