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!)
A255807 E.g.f.: exp(Sum_{k>=1} k^2 * x^k). 9
1, 1, 9, 79, 841, 10821, 162601, 2777419, 52960209, 1112813641, 25509407401, 632772511911, 16870674740569, 480717000225229, 14568646143888201, 467640968478534691, 15841420612530533281, 564519727866573515409, 21102817266052772063689, 825435163723385398719871 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
In general, if e.g.f. = exp(Sum_{k>=1} k^m * x^k) and m>0, then a(n) ~ (m+2)^(-1/2) * Gamma(m+2)^(1/(2*m+4)) * exp((m+2)/(m+1) * Gamma(m+2)^(1/(m+2)) * n^((m+1)/(m+2)) + zeta(-m) - n) * n^(n - 1/(2*m+4)).
It appears that the sequence a(n) taken modulo 10 is periodic with period 5. More generally, we conjecture that for k = 2,3,4,... the difference a(n+k) - a(n) is divisible by k: if true, then the sequence a(n) taken modulo k would be periodic with period dividing k. - Peter Bala, Nov 14 2017
The above conjecture is true - see the Bala link. - Peter Bala, Jan 20 2018
LINKS
FORMULA
E.g.f.: exp(x*(1+x)/(1-x)^3).
a(n) ~ 2^(-7/8) * 3^(1/8) * n^(n-1/8) * exp(2^(9/4) * 3^(-3/4) * n^(3/4) - n).
a(n) = n!*y(n) where y(0)=1 and y(n)=(Sum_{k=0..n-1} (n-k)^3*y(k))/n for n>=1. - Benedict W. J. Irwin, Jun 02 2016
a(n) = (4*n-3)*a(n-1) - 2*(n-1)*(3*n-8)*a(n-2) + (n-1)*(n-2)*(4*n-11)*a(n-3) - (n-1)*(n-2)*(n-3)*(n-4)*a(n-4). - Peter Bala, Nov 12 2017
E.g.f.: Product_{k>=1} 1/(1 - x^k)^(J_3(k)/k), where J_3() is the Jordan function (A059376). - Ilya Gutkovskiy, May 25 2019
MATHEMATICA
nmax=20; CoefficientList[Series[Exp[Sum[k^2*x^k, {k, 1, nmax}]], {x, 0, nmax}], x] * Range[0, nmax]!
nn = 20; Range[0, nn]! * CoefficientList[Series[Product[Exp[k^2*x^k], {k, 1, nn}], {x, 0, nn}], x] (* Vaclav Kotesovec, Mar 21 2016 *)
CROSSREFS
Sequence in context: A173808 A348895 A293723 * A293916 A293731 A254833
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Mar 07 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 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)