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!)
A352946 a(n) = Sum_{k=0..floor(n/3)} (n-3*k)^k. 4
1, 1, 1, 1, 2, 3, 4, 6, 10, 16, 25, 42, 73, 125, 217, 391, 714, 1305, 2428, 4612, 8830, 17038, 33377, 66216, 132349, 267075, 545329, 1123693, 2333278, 4889751, 10342468, 22043954, 47340802, 102504532, 223654713, 491393646, 1087353601, 2423448817, 5437568233 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
G.f.: Sum_{k>=0} x^k / (1 - k * x^3).
a(n) ~ sqrt(2*Pi/3) * (n/LambertW(exp(1)*n))^(n*(1 - 1/LambertW(exp(1)*n))/3 + 1/2) / sqrt(1 + LambertW(exp(1)*n)). - Vaclav Kotesovec, Apr 14 2022
PROG
(PARI) a(n) = sum(k=0, n\3, (n-3*k)^k);
(PARI) my(N=40, x='x+O('x^N)); Vec(sum(k=0, N, x^k/(1-k*x^3)))
CROSSREFS
Cf. A001840.
Sequence in context: A017986 A343304 A346075 * A342759 A293632 A216783
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Apr 09 2022
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)