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!)
A177075 a(n) = n^5 - n^3 - 2*n^2 + 1. 4
1, -1, 17, 199, 929, 2951, 7489, 16367, 32129, 58159, 98801, 159479, 246817, 368759, 534689, 755551, 1043969, 1414367, 1883089, 2468519, 3191201, 4073959, 5142017, 6423119, 7947649, 9748751, 11862449, 14327767, 17186849, 20485079, 24271201 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: (1 - 7 x + 38 x^2 + 62 x^3 + 25 x^4 + x^5)/(1 - x)^6. - Vincenzo Librandi, May 03 2014
a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6) for n>5.
MATHEMATICA
CoefficientList[Series[(1 - 7 x + 38 x^2 + 62 x^3 + 25 x^4 + x^5)/(1 - x)^6, {x, 0, 40}], x] (* Vincenzo Librandi, May 03 2014 *)
Table[n^5-n^3-2n^2+1, {n, 0, 50}] (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {1, -1, 17, 199, 929, 2951}, 50] (* Harvey P. Dale, Aug 25 2023 *)
PROG
(PARI) a(n)=n^5-n^3-2*n^2+1 \\ Charles R Greathouse IV, Jan 11 2012
(Magma) [n^5-n^3-2*n^2+1: n in [0..40]]; // Vincenzo Librandi, May 03 2014
CROSSREFS
Sequence in context: A055432 A154276 A021379 * A177076 A196491 A017932
KEYWORD
sign,easy
AUTHOR
Vincenzo Librandi, Jun 05 2010
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)