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!)
A131465 a(n)=4n^4-3n^3+2n^2-n+1. 0
1, 3, 47, 259, 861, 2171, 4603, 8667, 14969, 24211, 37191, 54803, 78037, 107979, 145811, 192811, 250353, 319907, 403039, 501411, 616781, 751003, 906027, 1083899, 1286761, 1516851, 1776503, 2068147, 2394309, 2757611, 3160771 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[4n^4-3n^3+2n^2-n+1, {n, 0, 30}] (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {1, 3, 47, 259, 861}, 40] (* Harvey P. Dale, May 27 2017 *)
PROG
(PARI) a(n)=4*n^4-3*n^3+2*n^2-n+1 \\ Charles R Greathouse IV, Oct 21 2022
CROSSREFS
Sequence in context: A142293 A052187 A260219 * A277388 A245014 A247024
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Jul 26 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 July 16 21:48 EDT 2024. Contains 374358 sequences. (Running on oeis4.)