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!)
A359658 a(n) = Sum_{k=0..n} k^(k * (n-k) + 1). 1
0, 1, 3, 12, 118, 3345, 337337, 117813304, 182877273548, 1095343802746641, 33833602932485958015, 4588786457956655542361532, 3347980595386754115503487966082, 13023291362471615806961306534915589217 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: Sum_{k>=0} k * x^k/(1 - k^k * x).
PROG
(PARI) a(n) = sum(k=0, n, k^(k*(n-k)+1));
(PARI) my(N=20, x='x+O('x^N)); concat(0, Vec(sum(k=0, N, k*x^k/(1-k^k*x))))
CROSSREFS
Sequence in context: A350410 A009254 A133987 * A194506 A280458 A294198
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 August 12 14:27 EDT 2024. Contains 375113 sequences. (Running on oeis4.)