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!)
A355465 Expansion of Sum_{k>=0} (k^k * x/(1 - k^k * x))^k. 0
1, 1, 17, 19812, 4296562388, 298027622009561768, 10314429455106223377205859112, 256923580408437742134605162130019436138968, 6277101736867794060924264576844540796924098543875220742528 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} k^(k*n) * binomial(n-1,k-1) for n > 0.
PROG
(PARI) my(N=10, x='x+O('x^N)); Vec(sum(k=0, N, (k^k*x/(1-k^k*x))^k))
(PARI) a(n) = if(n==0, 1, sum(k=1, n, k^(k*n)*binomial(n-1, k-1)));
CROSSREFS
Sequence in context: A308670 A308571 A283719 * A134360 A171687 A178050
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 May 6 08:50 EDT 2024. Contains 372292 sequences. (Running on oeis4.)