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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123648 Expansion of eta(q^4)eta(q^28)/(eta(q)eta(q^7)) in powers of q. 1
1, 1, 2, 3, 4, 6, 9, 13, 17, 24, 32, 42, 56, 73, 96, 123, 158, 201, 254, 320, 402, 504, 624, 774, 955, 1172, 1436, 1755, 2138, 2592, 3140, 3789, 4560, 5478, 6564, 7851, 9362, 11146, 13240, 15696, 18574, 21942, 25880, 30456, 35796, 42000, 49196, 57546 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

FORMULA

Euler transform of period 28 sequence [ 1, 1, 1, 0, 1, 1, 2, 0, 1, 1, 1, 0, 1, 2, 1, 0, 1, 1, 1, 0, 2, 1, 1, 0, 1, 1, 1, 0, ...].

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

PROG

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

CROSSREFS

Sequence in context: A137446 A097557 A175848 * A129632 A016028 A098578

Adjacent sequences:  A123645 A123646 A123647 * A123649 A123650 A123651

KEYWORD

nonn

AUTHOR

Michael Somos, Oct 04 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 00:47 EST 2012. Contains 205567 sequences.