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!)
A360935 Expansion of e.g.f. Sum_{k>=0} exp((k^k - 1)*x) * x^k/k!. 2
1, 1, 1, 10, 159, 8306, 1346855, 801620870, 2064941077199, 20691706495244482, 1137052204448926181679, 255128692791512749880418782, 348784909594653094321340422905383, 2262992285674206001784964011734257207938 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f.: Sum_{k>=0} x^k/(1 - (k^k - 1)*x)^(k+1).
a(n) = Sum_{k=0..n} (k^k - 1)^(n-k) * binomial(n,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(1+x+sum(k=2, N, exp((k^k-1)*x)*x^k/k!)))
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, x^k/(1-(k^k-1)*x)^(k+1)))
(PARI) a(n) = sum(k=0, n, (k^k-1)^(n-k)*binomial(n, k));
CROSSREFS
Cf. A355464.
Sequence in context: A245914 A239762 A087961 * A116041 A284110 A180881
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Feb 26 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 2 06:28 EDT 2024. Contains 374821 sequences. (Running on oeis4.)