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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107944 G.f. A(x) satisfies: A(x) = x/f(x,A(x)) where f(,) is Ramanujan's theta function; i.e., A(x) = x/Sum_{n=-oo,+oo} x^(n*(n+1)/2)*A(x)^(n*(n-1)/2)). 1
1, -2, 6, -22, 88, -376, 1680, -7752, 36660, -176758, 865676, -4294666, 21537584, -109007408, 556096920, -2856490080, 14761719654, -76693856026, 400359733068, -2098903394904, 11045982153266, -58335010518882, 309052004994306, -1642074778175370, 8748018667952754 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

A variant of sequence A107902 by Michael Somos.

FORMULA

G.f.: A(x) = series_reversion(G107902(x)) where G107902(x) is g.f. of A107902.

EXAMPLE

A(x) = x - 2*x^2 + 6*x^3 - 22*x^4 + 88*x^5 - 376*x^6 + 1680*x^7 -+...

PROG

(PARI) {a(n)=local(A); if(n<1, 0, A=x+O(x^2); for(k=2, n, A=x/sum(i=-sqrtint(n-1), sqrtint(n+2), x^((i^2+i)/2)*A^((i^2-i)/2))); polcoeff(A, n))}

CROSSREFS

Cf. A107902, A107945.

Sequence in context: A049137 A096267 A150264 * A150265 A150266 A165522

Adjacent sequences:  A107941 A107942 A107943 * A107945 A107946 A107947

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 28 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 07:10 EST 2012. Contains 205874 sequences.