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!)
A360788 Expansion of Sum_{k>=0} x^k / (1 - (k*x)^3)^(k+1). 4
1, 1, 1, 1, 3, 25, 109, 324, 1135, 8803, 64189, 337854, 1707319, 13421410, 121248893, 894378619, 6082868725, 53046554917, 543432115477, 4989423130739, 42565774604131, 421544374075072, 4781440892689533, 51342685464272591, 522295380717090265 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} (n-3*k)^(3*k) * binomial(n-2*k,k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(sum(k=0, N, x^k/(1-(k*x)^3)^(k+1)))
(PARI) a(n) = sum(k=0, n\3, (n-3*k)^(3*k)*binomial(n-2*k, k));
CROSSREFS
Cf. A360783.
Sequence in context: A212054 A180324 A124245 * A166899 A201534 A059457
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Feb 20 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 May 14 13:07 EDT 2024. Contains 372533 sequences. (Running on oeis4.)