The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A360707 G.f.: Sum_{k>=0} (1 + k*x)^k * x^(3*k). 5
1, 0, 0, 1, 1, 0, 1, 4, 4, 1, 9, 27, 28, 16, 96, 257, 281, 250, 1251, 3161, 3665, 4321, 19489, 47685, 58662, 84099, 354739, 852216, 1110344, 1837924, 7401269, 17604002, 24221890, 44761045, 174287005, 412627144, 597640105, 1204831674, 4574415066, 10818841343 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(k,n-3*k) * k^(n-3*k).
log(a(n)) ~ n/4 * log(n/4).
a(n) ~ exp(exp(1/4)*n^(1/4)/4^(1/4)) * n^(n/4) / 4^(n/4 + 1) * (1 + 1/(2^(5/2)*exp(1/4)*n^(1/4)) + (67/(192*exp(1/2)) - 15*exp(1/2)/16)/sqrt(n)).
MATHEMATICA
nmax = 50; CoefficientList[Series[Sum[(1 + k*x)^k * x^(3*k), {k, 0, nmax}], {x, 0, nmax}], x]
Join[{1}, Table[Sum[Binomial[k, n - 3*k] * k^(n - 3*k), {k, 0, n}], {n, 1, 50}]]
CROSSREFS
Sequence in context: A123588 A289710 A243594 * A365674 A106026 A096078
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Feb 17 2023
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 June 11 04:41 EDT 2024. Contains 373288 sequences. (Running on oeis4.)