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!)
A360833 Expansion of Sum_{k>=0} ( k * x / (1 - (k * x)^3) )^k. 1
1, 1, 4, 27, 257, 3189, 48843, 889080, 18731109, 448004763, 11987812504, 354763577414, 11503684020051, 405589341060930, 15447798292502206, 632069580794524857, 27649951709582591394, 1287748889361331630661, 63616184683123273364961 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} (n-3*k)^n * binomial(n-2*k-1,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, (k*x/(1-(k*x)^3))^k))
(PARI) a(n) = sum(k=0, n\3, (n-3*k)^n*binomial(n-2*k-1, k));
CROSSREFS
Sequence in context: A328694 A353015 A360032 * A360835 A374812 A302836
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 22 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 September 16 06:47 EDT 2024. Contains 375959 sequences. (Running on oeis4.)