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!)
A359660 a(n) = Sum_{k=0..n} k^(2 * (n-k) + 1). 0
0, 1, 3, 12, 64, 441, 3855, 41464, 533736, 8071785, 141351715, 2829417276, 64038928728, 1624347614737, 45822087138879, 1427872211276376, 48858282302548240, 1826209988254883889, 74216973833968292451, 3265676709281560408780 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: Sum_{k>=0} k * x^k/(1 - k^2 * x).
PROG
(PARI) a(n, s=1, t=2) = sum(k=0, n, k^(t*(n-k)+s));
(PARI) my(N=20, x='x+O('x^N)); concat(0, Vec(sum(k=0, N, k*x^k/(1-k^2*x))))
CROSSREFS
Sequence in context: A222033 A341769 A302195 * A196559 A111262 A139134
KEYWORD
nonn,easy
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 September 5 12:22 EDT 2024. Contains 375696 sequences. (Running on oeis4.)