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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113306 Coefficients of solution to a functional equation. 0
1, -1, 0, 0, 0, 1, -1, 1, -1, 0, 1, -2, 2, -2, 2, 0, -2, 3, -4, 4, -2, 0, 2, -5, 7, -6, 3, 0, -4, 8, -10, 9, -6, 0, 8, -12, 14, -14, 9, 0, -10, 18, -22, 20, -12, 0, 13, -26, 33, -29, 17, 0, -20, 37, -45, 42, -26, 0, 29, -52, 62, -58, 37, 0, -40, 72, -88, 80, -48, 0, 53, -99, 122, -110, 65, 0, -72, 134, -163, 148, -91, 0 (list; graph; refs; listen; history; internal format)
OFFSET

1,12

FORMULA

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

G.f.: x (Product_{k>0} (1-x^(12k-1))(1-x^(12k-11))/((1-x^(12k-5))(1-x^(12k-7)))).

a(6n+4)=0.

PROG

(PARI) {a(n)=if(n<1, 0, n--; polcoeff( prod(k=1, n, (1-x^k)^kronecker(12, k), 1+x*O(x^n)), n))}

CROSSREFS

Sequence in context: A053398 A065833 A097033 * A181089 A171932 A127444

Adjacent sequences:  A113303 A113304 A113305 * A113307 A113308 A113309

KEYWORD

sign

AUTHOR

Michael Somos, Oct 24 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 05:39 EST 2012. Contains 205860 sequences.