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!)
A016959 a(n) = (6*n + 4)^3. 14
64, 1000, 4096, 10648, 21952, 39304, 64000, 97336, 140608, 195112, 262144, 343000, 438976, 551368, 681472, 830584, 1000000, 1191016, 1404928, 1643032, 1906624, 2197000, 2515456, 2863288, 3241792 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: 8*(x^3 + 60*x^2 + 93*x + 8)/(1-x)^4. - Vincenzo Librandi, Jan 27 2013
Sum_{n>=0} 1/a(n) = -Pi^3 / (324*sqrt(3)) + 13*zeta(3)/216. - Amiram Eldar, Oct 02 2020
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). - Wesley Ivan Hurt, Oct 02 2020
EXAMPLE
a(0) = (6*0 + 4)^3 = 4^3 = 64.
MATHEMATICA
CoefficientList[Series[8*(x^3 + 60*x^2 + 93*x + 8)/(1 - x)^4, {x, 0, 40}], x] (* Vincenzo Librandi, Jan 27 2013 *)
(6*Range[0, 30]+4)^3 (* or *) LinearRecurrence[{4, -6, 4, -1}, {64, 1000, 4096, 10648}, 30] (* Harvey P. Dale, Nov 22 2018 *)
PROG
(Magma) [(6*n+4)^3: n in [0..40]]; // Vincenzo Librandi, May 06 2011
CROSSREFS
Sequence in context: A220678 A224162 A224413 * A224392 A224025 A270272
KEYWORD
nonn,easy
AUTHOR
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 April 19 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)