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”).

A171388
Expansion of the first column of triangle T_(2,x), T_(x,y) defined in A039599; T_(2,0)= A126075, T_(2,1)= A038622, T_(2,2)= A039598, T_(2,3)= A124733, T_(2,4)= A124575.
0
1, 2, 0, 5, 0, 0, 12, 1, 0, 0, 30, 4, 1, 0, 0, 74, 17, 4, 1, 0, 0, 185, 56, 21, 4, 1, 0, 0, 460, 185, 74, 26, 4, 1, 0, 0
OFFSET
0,2
FORMULA
Sum_{k=0..n} T(n,k)*x^k = A054341(n), A005773(n+1), A000108(n+1), A007317(n), A033543(n) for x = 0, 1, 2, 3, 4 respectively.
EXAMPLE
Triangle begins:
1;
2, 0;
5, 0, 0;
12, 1, 0, 0;
30, 4, 1, 0, 0;
74, 17, 4, 1, 0, 0;
...
CROSSREFS
KEYWORD
nonn,tabl,more
AUTHOR
Philippe Deléham, Dec 07 2009
STATUS
approved