login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A017595
a(n) = (12n+6)^3.
0
216, 5832, 27000, 74088, 157464, 287496, 474552, 729000, 1061208, 1481544, 2000376, 2628072, 3375000, 4251528, 5268024, 6434856, 7762392, 9261000, 10941048, 12812904, 14886936, 17173512, 19683000
OFFSET
0,1
FORMULA
a(n) = 4*a(n-1)-6*a(n-2)+4*a(n-3)-a(n-4). - Wesley Ivan Hurt, May 07 2021
PROG
(Magma) [(12*n+6)^3 : n in [0..50]]; // Wesley Ivan Hurt, May 07 2021
CROSSREFS
Sequence in context: A128964 A096290 A246896 * A232835 A223272 A265845
KEYWORD
nonn,easy
AUTHOR
STATUS
approved