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!)
A359659 a(n) = Sum_{k=0..n} k^(k * (n-k+1)). 3
1, 2, 6, 45, 1051, 88602, 27121964, 37004504305, 198705527223757, 5595513387083114570, 686714367475480207331582, 468422339816915120237104999421, 1664212116512828935888786624225704855 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: Sum_{k>=0} (k * x)^k/(1 - k^k * x).
G.f.: Sum_{k>=0} x^k/(1 - (k+1)^(k+1) * x).
a(n) = A349893(n+1) - 1.
PROG
(PARI) a(n) = sum(k=0, n, k^(k*(n-k+1)));
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, (k*x)^k/(1-k^k*x)))
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, x^k/(1-(k+1)^(k+1)*x)))
CROSSREFS
Sequence in context: A255015 A347984 A229836 * A370818 A367916 A136557
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 10 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 30 06:27 EDT 2024. Contains 372127 sequences. (Running on oeis4.)