|
Search: id:A107594
|
|
|
| A107594 |
|
G.f. satisfies: A(x) = Sum_{n>=0} x^n * A^(n^2-n). |
|
+0 3
|
|
| 1, 1, 1, 3, 10, 42, 194, 979, 5274, 30037, 179527, 1120612, 7280750, 49120810, 343547469, 2487670468, 18631824735, 144215785791, 1152745117570, 9508011730755, 80861962283808, 708502494881786, 6390084112199801
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
FORMULA
|
G.f. A(x) = x/series-reversion(x*G107595(x)) and thus A(x) = G107595(x/A(x)) where G107595(x) is the g.f. of A107595. G.f. A(x)^2 = x/series-reversion(x*G107596(x)^2) and thus A(x) = G107596(x/A(x)^2) where G107596(x) is the g.f. of A107596.
|
|
EXAMPLE
|
A = 1 + x*A^0 + x^2*A^2 + x^3*A^6 + x^4*A^12 + x^5*A^20 ...
= 1 + x + (x^2 + 2*x^3 + 3*x^4 + 8*x^5 + 27*x^6 + 110*x^7 +...)
+ (x^3 + 6*x^4 + 21*x^5 + 68*x^6 + 240*x^7 +...)
+ (x^4 + 12*x^5 + 78*x^6 + 388*x^7 +...) +...
= 1 + x + x^2 + 3*x^3 + 10*x^4 + 42*x^5 + 194*x^6 + 979*x^7 +...
|
|
PROGRAM
|
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(k=1, n, A=1+sum(j=1, n, x^j*A^(j^2-j)+x*O(x^n))); polcoeff(A, n)}
|
|
CROSSREFS
|
Cf. A107590, A107595, A107596.
Sequence in context: A094558 A074511 A000249 this_sequence A094195 A091843 A007552
Adjacent sequences: A107591 A107592 A107593 this_sequence A107595 A107596 A107597
|
|
KEYWORD
|
eigen,nonn
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), May 17 2005
|
|
|
Search completed in 0.002 seconds
|