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!)
A300597 O.g.f. A(x) satisfies: [x^n] exp( n^4 * A(x) ) = n^4 * [x^(n-1)] exp( n^4 * A(x) ) for n>=1. 6
1, 8, 2187, 2351104, 6153518125, 31779658925496, 287364845865893467, 4200677982722915635200, 93566442152660422280250537, 3030525904161802498705606745000, 137355046868929476532154243693393581, 8436685562091750543736612601781557411328, 683522945769518614776208838188411394718328617 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Compare to: [x^n] exp( n^4 * x ) = n^3 * [x^(n-1)] exp( n^4 * x ) for n>=1.
It is remarkable that this sequence should consist entirely of integers.
LINKS
FORMULA
O.g.f. equals the logarithm of the e.g.f. of A300596.
EXAMPLE
O.g.f.: A(x) = x + 8*x^2 + 2187*x^3 + 2351104*x^4 + 6153518125*x^5 + 31779658925496*x^6 + 287364845865893467*x^7 + 4200677982722915635200*x^8 + ...
where
exp(A(x)) = 1 + x + 17*x^2/2! + 13171*x^3/3! + 56479849*x^4/4! + 738706542221*x^5/5! + 22885801082965201*x^6/6! + 1448479282286023114807*x^7/7! + ... + A300596(n)*x^n/n! + ...
such that: [x^n] exp( n^4 * A(x) ) = n^4 * [x^(n-1)] exp( n^4 * A(x) ).
PROG
(PARI) {a(n) = my(A=[1]); for(i=1, n+1, A=concat(A, 0); V=Vec(Ser(A)^((#A-1)^4)); A[#A] = ((#A-1)^4*V[#A-1] - V[#A])/(#A-1)^4 ); polcoeff( log(Ser(A)), n)}
for(n=1, 20, print1(a(n), ", "))
CROSSREFS
Sequence in context: A001375 A281651 A189308 * A323588 A017415 A046246
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 09 2018
STATUS
approved

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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)