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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121593 Expansion of (eta(q^7)/eta(q))^4 in powers of q. 0
1, 4, 14, 40, 105, 252, 574, 1236, 2564, 5124, 9948, 18788, 34685, 62664, 111132, 193672, 332325, 561996, 937958, 1546132, 2519825, 4062888, 6486008, 10257324, 16079389, 24996636, 38555216, 59025820, 89728900, 135486960, 203274344 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

Euler transform of period 7 sequence [ 4, 4, 4, 4, 4, 4, 0, ...].

G.f.: x*(Product_{k>0} (1-x^(7k))/(1-x^k))^4.

G.f. A(x) satisfies 0=f(A(x), A(x^2)) where f(u, v)= (u+v)*(u-v)^2 -u*v*(1+7*u)*(1+7*v).

PROG

(PARI) {a(n)=local(A); if(n<1, 0, n--; A=x*O(x^n); polcoeff( (eta(x^7+A)/eta(x+A))^4, n))}

CROSSREFS

Sequence in context: A001938 A066368 A160463 * A160527 A023003 A001872

Adjacent sequences:  A121590 A121591 A121592 * A121594 A121595 A121596

KEYWORD

nonn

AUTHOR

Michael Somos, Aug 09 2006

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 14 13:08 EST 2012. Contains 205623 sequences.