login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n)= 2^n th coefficient of - eta(z)^5 eta (3z) eta (6z)^4/ eta(2z)^4.
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 19 05:53 EDT 2024. Contains 376004 sequences. (Running on oeis4.)