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!)
A017644 (12n+10)^4. 1

%I #6 Jan 22 2016 09:26:56

%S 10000,234256,1336336,4477456,11316496,24010000,45212176,78074896,

%T 126247696,193877776,285610000,406586896,562448656,759333136,

%U 1003875856,1303210000,1664966416,2097273616

%N (12n+10)^4.

%H <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (5, -10, 10, -5, 1).

%F a(0)=10000, a(1)=234256, a(2)=1336336, a(3)=4477456, a(4)=11316496, a(n)=5*a(n-1)-10*a(n-2)+10*a(n-3)-5*a(n-4)+a(n-5). - _Harvey P. Dale_, Jan 22 2016

%t (12*Range[0,20]+10)^4 (* or *) LinearRecurrence[{5,-10,10,-5,1},{10000,234256,1336336,4477456,11316496},20] (* _Harvey P. Dale_, Jan 22 2016 *)

%K nonn,easy

%O 0,1

%A _N. J. A. Sloane_.

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 1 14:02 EDT 2024. Contains 373023 sequences. (Running on oeis4.)