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

A185696
Eigensequence for the Gould sequence triangle (with general term A001316(n-k) if k<=n, 0 otherwise).
0
1, 1, 3, 7, 19, 45, 115, 285, 719, 1787, 4479, 11187, 27995, 69963, 174983, 437479, 1093979, 2735277, 6839563, 17101645, 42761895, 106922765, 267354083, 668500353, 1671542631, 4179580385, 10450769059, 26131457413, 65339997959, 163378363353, 408516874363
OFFSET
0,3
COMMENTS
First column of the inverse of the number triangle T(n,k)=if(k<n, -A001316(n-k-1,k), if(k=n,1,0)). Essentially INVERT transform of A001316.
FORMULA
G.f.: 1/(1-x*Product(k>=0,1+2x^(2^k))).
CROSSREFS
Sequence in context: A274596 A374728 A348008 * A141344 A280756 A029855
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Feb 10 2011
STATUS
approved