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

A109546
(4^(n+1)-(-1)^n 9 )/5.
0
5, 11, 53, 203, 821, 3275, 13109, 52427, 209717, 838859, 3355445, 13421771, 53687093, 214748363, 858993461, 3435973835, 13743895349, 54975581387, 219902325557, 879609302219, 3518437208885, 14073748835531, 56294995342133
OFFSET
1,1
COMMENTS
a(n)= 2^n th coefficient of - eta(z)^5 eta (3z) eta (6z)^4/ eta(2z)^4.
FORMULA
a(0)=-1, a(n)=4*a(n-1)-(-1)^n * 9, n >=1.
EXAMPLE
a(3)=53, since (4^4+9)/5=53
PROG
(PARI) for (n=1, 100, print( (4^(n+1)-(-1)^n *9 )/5));
CROSSREFS
Sequence in context: A228865 A149527 A201180 * A104065 A212304 A018545
KEYWORD
nonn
AUTHOR
Kok Seng Chua (chuaks(AT)ihpc.a-star.edu.sg), Aug 30 2005
STATUS
approved