VOOZH
about
URL: https://oeis.org/A017619
⇱ A017619 - OEIS
login
A017619
a(n) = (12*n + 8)^3.
1
512, 8000, 32768, 85184, 175616, 314432, 512000, 778688, 1124864, 1560896, 2097152, 2744000, 3511808, 4410944, 5451776, 6644672, 8000000, 9528128, 11239424, 13144256, 15252992, 17576000, 20123648
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,1
LINKS
Vincenzo Librandi,
Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients
, signature (4,-6,4,-1).
FORMULA
From
R. J. Mathar
, Jun 24 2009: (Start)
G.f.: 64*(8 + 93*x + 60*x^2 + x^3)/(-1+x)^4.
a(n) = 64*
A016791
(n). (End)
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4); a(0)=512, a(1)=8000, a(2)=32768, a(3)=85184. -
Harvey P. Dale
, Dec 14 2015
MATHEMATICA
(12*Range[0, 30]+8)^3 (* or *) LinearRecurrence[{4, -6, 4, -1}, {512, 8000, 32768, 85184}, 30] (*
Harvey P. Dale
, Dec 14 2015 *)
PROG
(Magma) [(12*n+8)^3 : n in [0..30]]; //
Vincenzo Librandi
, Sep 29 2011
CROSSREFS
Sequence in context:
A251186
A257202
A070057
*
A253928
A254887
A256896
Adjacent sequences:
A017616
A017617
A017618
*
A017620
A017621
A017622
KEYWORD
nonn
,
easy
AUTHOR
N. J. A. Sloane
STATUS
approved