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”).

A017570
a(n) = (12*n + 4)^2.
0
16, 256, 784, 1600, 2704, 4096, 5776, 7744, 10000, 12544, 15376, 18496, 21904, 25600, 29584, 33856, 38416, 43264, 48400, 53824, 59536, 65536, 71824, 78400, 85264, 92416, 99856, 107584, 115600
OFFSET
0,1
FORMULA
G.f.: 16*(1 + 13*x + 4*x^2)/(1-x)^3.
a(n) = 16*A016778(n).
a(n) = a(n-1) + 288*n - 48, n >= 1. - Vincenzo Librandi, Mar 20 2011
PROG
(PARI) a(n)=(12*n+4)^2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A207848 A208837 A208685 * A208121 A207371 A208016
KEYWORD
nonn,easy
STATUS
approved