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!)
A016875 (5n+2)^3. 0

%I #10 Dec 03 2015 06:00:09

%S 8,343,1728,4913,10648,19683,32768,50653,74088,103823,140608,185193,

%T 238328,300763,373248,456533,551368,658503,778688,912673,1061208,

%U 1225043,1404928,1601613,1815848,2048383

%N (5n+2)^3.

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

%F a(0)=8, a(1)=343, a(2)=1728, a(3)=4913, a(n)=4*a(n-1)-6*a(n-2)+ 4*a(n-3)- a(n-4). - _Harvey P. Dale_, Apr 30 2013

%F G.f.: ( 8+311*x+404*x^2+27*x^3 ) / (x-1)^4 . - _R. J. Mathar_, Dec 03 2015

%t (5*Range[0,30]+2)^3 (* or *) LinearRecurrence[{4,-6,4,-1},{8,343,1728,4913},30] (* _Harvey P. Dale_, Apr 30 2013 *)

%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 April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)