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!)
A360776 Expansion of Sum_{k>=0} (x * (k + x^3))^k. 3
1, 1, 4, 27, 257, 3129, 46683, 823799, 16780342, 387467154, 10000823639, 285328449077, 8916487888186, 302885106945216, 11112292144568909, 437902806653498835, 18447046953316227905, 827251374022851280231, 39346845973273509115167 (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-4*k) * binomial(n-3*k,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, (x*(k+x^3))^k))
(PARI) a(n) = sum(k=0, n\4, (n-3*k)^(n-4*k)*binomial(n-3*k, k));
CROSSREFS
Sequence in context: A302108 A240582 A338693 * A360728 A353014 A360731
KEYWORD
nonn
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 September 1 22:05 EDT 2024. Contains 375597 sequences. (Running on oeis4.)