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!)
A255884 Expansion of exp( Sum_{n >= 1} A002438(n)*x^n/n ). 5
1, 5, 115, 7955, 1179715, 304888655, 121350927565, 68751844662605, 52528700295424915, 52031089992310711055, 64835758857480094584265, 99249388572274155967996505, 183075972804988649078529524365, 400493686169423616676960341062705, 1025151296160300228944197705742007715 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A002438(n+1) =(-1)^n*6^(2*n)*E(2*n,1/6), where E(n,x) denotes the n-th Euler polynomial. In general it appears that when k is a nonzero integer, the expansion of exp( Sum_{n >= 1} k^(2*n)*E(2*n,1/k)*(-x)^n/n ) has (positive) integer coefficients. See A255881 (k = 2), A255882(k = 3) and A255883 (k = 4).
LINKS
E. W. Weisstein, Euler Polynomial
FORMULA
O.g.f.: exp( 5*x + 205*x^2/2 + 22265*x^3/3 + 4544185 *x^4/4 + ... ) = 1 + 5*x + 115*x^2 + 7955*x^3 + 1179715*x^4 + ....
a(0) = 1 and for n >= 1, n*a(n) = Sum_{k = 1..n} (-1)^k*6^(2*k)*E(2*k,1/6)*a(n-k).
a(n) ~ 2^(4*n + 2) * 3^(2*n) * n^(2*n - 1/2) / (exp(2*n) * Pi^(2*n + 1/2)). - Vaclav Kotesovec, Jun 08 2019
MAPLE
k := 6:
exp(add(k^(2*n)*euler(2*n, 1/k)*(-x)^n/n, n = 1 .. 14)): seq(coeftayl(%, x = 0, n), n = 0 .. 14);
MATHEMATICA
A000243[n_]:= (1 + 9^(n - 1))*Abs[EulerE[2*(n - 1)]]/2; a:= With[{nmax = 75}, CoefficientList[Series[Exp[Sum[A000243[k + 1]*x^(k)/(k), {k, 1, 85}]], {x, 0, nmax}], x]]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Aug 26 2018 *)
CROSSREFS
Sequence in context: A209719 A208959 A209053 * A109057 A245105 A080988
KEYWORD
nonn,easy
AUTHOR
Peter Bala, Mar 09 2015
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 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)