login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057722 n^4 - 3*n^2 + 1. 1

%I

%S 1,-1,5,55,209,551,1189,2255,3905,6319,9701,14279,20305,28055,37829,

%T 49951,64769,82655,104005,129239,158801,193159,232805,278255,330049,

%U 388751,454949,529255,612305,704759,807301,920639,1045505,1182655

%N n^4 - 3*n^2 + 1.

%F a(0)=1, a(1)=-1, a(2)=5, a(3)=55, a(4)=209, a(n)=5*a(n-1)-10*a(n-2)+ 10*a(n-3)-5*a(n-4)+a(n-5). - _Harvey P. Dale_, Nov 22 2012

%t Table[n^4-3n^2+1,{n,0,40}] (* or *) LinearRecurrence[{5,-10,10,-5,1},{1,-1,5,55,209},40] (* _Harvey P. Dale_, Nov 22 2012 *)

%K sign

%O 0,3

%A _N. J. A. Sloane_, Oct 27 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 21 03:53 EDT 2013. Contains 225474 sequences.