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!)
A360696 Expansion of Sum_{k>=0} (x * (1 + k^k * x))^k. 2
1, 1, 2, 9, 98, 3212, 428525, 165045051, 342128248388, 2522279110319003, 90930729844450829580, 17690430223837969605522024, 13516362920784209950583739768297, 79459280482613898608830749440741093093 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} (n-k)^(k*(n-k)) * binomial(n-k,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, (x*(1+k^k*x))^k))
(PARI) a(n) = sum(k=0, n\2, (n-k)^(k*(n-k))*binomial(n-k, k));
CROSSREFS
Cf. A355463.
Sequence in context: A237929 A227258 A027686 * A357825 A187647 A322645
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 16 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 April 16 09:52 EDT 2024. Contains 371698 sequences. (Running on oeis4.)