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!)
A360774 Expansion of Sum_{k>=0} (x * (k + x))^k. 3
1, 1, 5, 31, 284, 3390, 49878, 871465, 17620450, 404554997, 10394845097, 295485704544, 9205957047661, 311922101632409, 11419004058232897, 449146827324857447, 18889836751306735360, 845892838094616177138, 40182354573647684880446 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} (n-k)^(n-2*k) * binomial(n-k,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, (x*(k+x))^k))
(PARI) a(n) = sum(k=0, n\2, (n-k)^(n-2*k)*binomial(n-k, k));
CROSSREFS
Sequence in context: A347416 A292462 A340392 * A176302 A129586 A135744
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 August 13 01:30 EDT 2024. Contains 375113 sequences. (Running on oeis4.)