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!)
A355464 Expansion of Sum_{k>=0} x^k/(1 - k^k * x)^(k+1). 3
1, 2, 4, 17, 210, 9217, 1399298, 811229225, 2071392232962, 20710319937493889, 1137259214532706572162, 255141201504146525745627265, 348787971214016591166179037803522, 2262996819897931095524655885144485185409 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: Sum_{k>=0} exp(k^k * x) * x^k/k!.
a(n) = Sum_{k=0..n} k^(k*(n-k)) * binomial(n,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, x^k/(1-k^k*x)^(k+1)))
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, exp(k^k*x)*x^k/k!)))
(PARI) a(n) = sum(k=0, n, k^(k*(n-k))*binomial(n, k));
CROSSREFS
Sequence in context: A048872 A063800 A207137 * A143674 A136147 A275837
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 03 2022
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 26 01:13 EDT 2024. Contains 375454 sequences. (Running on oeis4.)