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!)
A202516 G.f.: exp( Sum_{n>=1} (2^n + 3^n)^n * x^n/n ). 1

%I #9 Mar 30 2012 18:37:33

%S 1,5,97,14735,22208431,314664801905,41448076127290195,

%T 50905029765702161210225,582983891132858366160979787245,

%U 62080074367851800086180277369110042475,61205889017397342360456211893643596980919936577

%N G.f.: exp( Sum_{n>=1} (2^n + 3^n)^n * x^n/n ).

%C More generally, for integers p and q, exp( Sum_{n>=1} (p^n + q^n)^n * x^n/n ) is a power series in x with integer coefficients.

%e G.f.: A(x) = 1 + 5*x + 97*x^2 + 14735*x^3 + 22208431*x^4 +...

%e where

%e log(A(x)) = (2+3)*x + (2^2 + 3^2)^2*x^2/2 + (2^3 + 3^3)^3*x^3/3 + (2^4 + 3^4)^4*x^4/4 + (2^5 + 3^5)^5*x^5/5 +...

%e more explicitly,

%e log(A(x)) = 5*x + 13^2*x^2/2 + 35^3*x^3/3 + 97^4*x^4/4 + 275^5*x^5/5 +...

%o (PARI) {a(n)=polcoeff(exp(sum(m=1,n,(2^m+3^m)^m*x^m/m)+x*O(x^n)),n)}

%Y Cf. A202517, A155200, A155201, A155202.

%K nonn

%O 0,2

%A _Paul D. Hanna_, Dec 20 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 March 28 08:22 EDT 2024. Contains 371236 sequences. (Running on oeis4.)