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!)
A163989 First differences of A160379. 1
1, 26, 8, 200, 26, 620, 56, 1304, 98, 2252, 152, 3464, 218, 4940, 296, 6680, 386, 8684, 488, 10952, 602, 13484, 728, 16280, 866, 19340, 1016, 22664, 1178, 26252, 1352, 30104, 1538, 34220, 1736, 38600, 1946, 43244, 2168, 48152, 2402, 53324, 2648, 58760, 2906 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(2n+1) = 6n^2 + 2 for n>=1
a(2n) = 132n^2 - 240n + 152 for n>=2
a(n) = 3*a(n-2)-3*a(n-4)+a(n-6) for n>8. G.f.: -x*(18*x^3+x^2+26*x+1)*(x^4+4*x^2+1) / ((x-1)^3*(x+1)^3). - Colin Barker, Sep 17 2013
PROG
(PARI) Vec(-x*(18*x^3+x^2+26*x+1)*(x^4+4*x^2+1)/((x-1)^3*(x+1)^3) + O(x^100)) \\ Colin Barker, Sep 17 2013
CROSSREFS
Sequence in context: A070661 A040655 A163987 * A034077 A040654 A034057
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, Sep 20 2009
EXTENSIONS
Formula and more terms from Nathaniel Johnston, Nov 15 2010
More terms from Colin Barker, Sep 17 2013
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)