login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A196561 E.g.f. satisfies: A(x) = 1 + Sum{n>=1} x^n * A(n*x)^(1/n) / n!. 1

%I #7 Mar 30 2012 18:37:31

%S 1,1,3,13,87,881,13983,358401,15066943,1031686513,113292940383,

%T 19641727327289,5313784519456383,2223596389445643993,

%U 1429685952797008548463,1404762001155914382481537,2099828629077697954958843007

%N E.g.f. satisfies: A(x) = 1 + Sum{n>=1} x^n * A(n*x)^(1/n) / n!.

%e E.g.f.: A(x) = 1 + x + 3*x^2/2! + 13*x^3/3! + 87*x^4/4! + 881*x^5/5! +...

%e where

%e A(x) = 1 + x*A(x) + x^2*A(2*x)^(1/2)/2! + x^3*A(3*x)^(1/3)/3! + x^4*A(4*x)^(1/4)/4! +...

%e Related expansions begin:

%e A(2*x)^(1/2) = 1 + x + 5*x^2/2! + 37*x^3/3! + 473*x^4/4! + 9881*x^5/5! +...

%e A(3*x)^(1/3) = 1 + x + 7*x^2/2! + 73*x^3/3! + 1387*x^4/4! + 44341*x^5/5! +...

%e A(4*x)^(1/4) = 1 + x + 9*x^2/2! + 121*x^3/3! + 3057*x^4/4! + 131921*x^5/5! +...

%e A(5*x)^(1/5) = 1 + x + 11*x^2/2! + 181*x^3/3! + 5711*x^4/4! + 310601*x^5/5! +...

%e A(6*x)^(1/6) = 1 + x + 13*x^2/2! + 253*x^3/3! + 9577*x^4/4! + 628681*x^5/5! +...

%o (PARI) {a(n)=local(A=1+x);for(i=1,n,A=1+sum(m=1,n,x^m/m!*subst(A,x,m*x+x*O(x^n))^(1/m)));n!*polcoeff(A,n)}

%Y Cf. A125281.

%K nonn

%O 0,3

%A _Paul D. Hanna_, Oct 03 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 03:57 EDT 2024. Contains 371782 sequences. (Running on oeis4.)