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

A089459
Shifts 2 places left under the hyperbinomial transform.
0
1, 1, 1, 2, 6, 30, 221, 2201, 27769, 424757, 7639190, 157969167, 3692733181, 96293669499, 2771232779481, 87247362424120, 2982901522141490, 110057420712635526, 4358745145279372293, 184433423940319376323
OFFSET
0,4
FORMULA
a(n+2) = sum(k=0, n, (n-k+1)^(n-k-1)*binomial(n, k)*a(k)), for n>=0, with a(0)=1, a(1)=1.
CROSSREFS
Sequence in context: A108204 A088160 A112317 * A027882 A306782 A106209
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 04 2003
STATUS
approved