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!)
A360815 Expansion of Sum_{k>=0} x^(3*k) / (1 - k*x)^(k+1). 1
1, 0, 0, 1, 2, 3, 5, 11, 30, 88, 260, 771, 2343, 7474, 25380, 91650, 347988, 1371873, 5570173, 23233703, 99676434, 440931977, 2014619700, 9506385864, 46246356169, 231348803925, 1187212953132, 6239006165820, 33546182775824, 184497923546700 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} k^(n-3*k) * binomial(n-2*k,k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(sum(k=0, N, x^(3*k)/(1-k*x)^(k+1)))
(PARI) a(n) = sum(k=0, n\3, k^(n-3*k)*binomial(n-2*k, k));
CROSSREFS
Cf. A360709.
Sequence in context: A182987 A334814 A364802 * A087580 A072535 A073680
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 August 22 20:48 EDT 2024. Contains 375369 sequences. (Running on oeis4.)