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!)
A360032 Expansion of Sum_{k>=0} (k * x * (1 + (k * x)^3))^k. 2
1, 1, 4, 27, 257, 3189, 48843, 889079, 18730597, 447945714, 11983618199, 354519428597, 11490618543066, 404910044246256, 15412461332440829, 630199633730994675, 27548323149955792880, 1282044807268698303751, 63284535745130267484867 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/4)} (n-3*k)^n * binomial(n-3*k,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\4, (n-3*k)^n*binomial(n-3*k, k));
CROSSREFS
Cf. A360731.
Sequence in context: A360731 A328694 A353015 * A360833 A360835 A374812
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 19 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 13 05:31 EDT 2024. Contains 375113 sequences. (Running on oeis4.)