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!)
A016815 (4n+1)^3. 1

%I #13 Dec 03 2015 05:59:07

%S 1,125,729,2197,4913,9261,15625,24389,35937,50653,68921,91125,117649,

%T 148877,185193,226981,274625,328509,389017,456533,531441,614125,

%U 704969,804357,912673,1030301,1157625

%N (4n+1)^3.

%D S. R. Finch, Mathematical Constants, Cambridge, 2003, Section 1.6.3.

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

%F Sum_{n>=0} 1/a(n) = Pi^3/64 + 7 zeta(3)/16.

%F a(0)=1, a(1)=125, a(2)=729, a(3)=2197, a(n)=4*a(n-1)-6*a(n-2)+ 4*a(n-3)- a(n-4). - _Harvey P. Dale_, Sep 01 2013

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

%t (4*Range[0,30]+1)^3 (* or *) LinearRecurrence[{4,-6,4,-1},{1,125,729,2197},30] (* _Harvey P. Dale_, Sep 01 2013 *)

%K nonn,easy

%O 0,2

%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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)