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!)
A263615 Partial sums of A263614 starting at n=2. 2
2, 4, 8, 12, 20, 28, 44, 59, 89, 115, 167, 209, 293, 357, 485, 578, 764, 894, 1154, 1330, 1682, 1914, 2378, 2677, 3275, 3653, 4409, 4879, 5819, 6395, 7547, 8244, 9638, 10472, 12140, 13128, 15104, 16264, 18584, 19935, 22637, 24199, 27323, 29117, 32705, 34753, 38849, 41174, 45824, 48450 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
G. J. Simmons, Palindromic powers, J. Rec. Math., 3 (No. 2, 1970), 93-98. [Annotated scanned copy]
FORMULA
From Colin Barker, Oct 26 2015: (Start)
a(n) = (2*n*(3*n^3-14*n^2+147*n+272)+(4*n^3-30*n^2+128*n-27)*(-1)^n-741)/768.
G.f.: x^2*(x^7-4*x^5-4*x^4+4*x^3+4*x^2-2*x-2) / ((x-1)^5*(x+1)^4).
(End)
MATHEMATICA
LinearRecurrence[{1, 4, -4, -6, 6, 4, -4, -1, 1}, {2, 4, 8, 12, 20, 28, 44, 59, 89}, 50] (* Harvey P. Dale, Feb 07 2024 *)
PROG
(PARI) a(n) = (2*n*(3*n^3-14*n^2+147*n+272)+(4*n^3-30*n^2+128*n-27)*(-1)^n-741)/768 \\ Colin Barker, Oct 26 2015
(PARI) Vec(x^2*(x^7-4*x^5-4*x^4+4*x^3+4*x^2-2*x-2)/((x-1)^5*(x+1)^4) + O(x^100)) \\ Colin Barker, Oct 26 2015
CROSSREFS
Cf. A263614.
Sequence in context: A049322 A014557 A023598 * A347789 A303748 A173725
KEYWORD
nonn,base,easy
AUTHOR
N. J. A. Sloane, Oct 23 2015
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 12 08:55 EDT 2024. Contains 372432 sequences. (Running on oeis4.)