login
This site is supported by donations to The OEIS Foundation.
Logo

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; internal format)
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: A107009 A149527 A201180 * A104065 A018545 A028349

Adjacent sequences:  A109543 A109544 A109545 * A109547 A109548 A109549

KEYWORD

nonn

AUTHOR

Kok Seng Chua (chuaks(AT)ihpc.a-star.edu.sg), Aug 30 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 15:53 EST 2012. Contains 205931 sequences.