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!)
A360813 Expansion of Sum_{k>=0} ( x / (1 - (k * x)^3) )^k. 0
1, 1, 1, 1, 2, 17, 82, 258, 818, 5671, 43363, 240520, 1183168, 8547054, 77831681, 596258173, 4031934111, 33313129161, 338733239446, 3187239159511, 27197807726066, 260179611473044, 2918973182685904, 31820249821418229, 324099587971865989 (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-1,k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(sum(k=0, N, (x/(1-(k*x)^3))^k))
(PARI) a(n) = sum(k=0, n\3, (n-3*k)^(3*k)*binomial(n-2*k-1, k));
CROSSREFS
Sequence in context: A215185 A002523 A360747 * A309029 A079889 A053786
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 21 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 12 14:10 EDT 2024. Contains 372480 sequences. (Running on oeis4.)