The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A128499 Fifth column (m=4) of triangle A128494. 3
1, 1, -4, -4, 11, 11, -24, -24, 46, 46, -80, -80, 130, 130, -200, -200, 295, 295, -420, -420, 581, 581, -784, -784, 1036, 1036, -1344, -1344, 1716, 1716, -2160, -2160, 2685, 2685, -3300, -3300, 4015, 4015, -4840, -4840, 5786, 5786, -6864, -6864, 8086, 8086, -9464, -9464, 11011, 11011, -12740 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Unsigned, this is the repeated sequence A001752.
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,-5,5,-10,10,-10,10,-5,5,-1,1).
FORMULA
G.f.: -1 / ((x-1)*(x^2+1)^5). - Corrected by Colin Barker, Mar 14 2015
a(2*k) = a(2*k+1) = ((-1)^k)*A001752(n), k>=0.
a(n) = ((2*n^4+44*n^3+334*n^2+1012*n+993)*(-1)^((2*n-1+(-1)^n)/4)+(4*n^3+66*n^2+332*n+495)*(-1)^((6*n-1+(-1)^n)/4)+48)/1536. - Luce ETIENNE, Mar 14 2015
MATHEMATICA
LinearRecurrence[{1, -5, 5, -10, 10, -10, 10, -5, 5, -1, 1}, {1, 1, -4, -4, 11, 11, -24, -24, 46, 46, -80}, 60] (* Harvey P. Dale, Aug 26 2023 *)
PROG
(PARI) Vec(-1/((x-1)*(x^2+1)^5) + O(x^100)) \\ Colin Barker, Mar 14 2015
CROSSREFS
Cf. A128498 (column m=3).
Sequence in context: A212102 A168373 A266438 * A325859 A265206 A327684
KEYWORD
sign,easy
AUTHOR
Wolfdieter Lang, Apr 04 2007
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 June 8 00:08 EDT 2024. Contains 373206 sequences. (Running on oeis4.)