A017570 a(n) = (12*n + 4)^2.
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
Links
- Index entries for linear recurrences with constant coefficients, signature (3,-3,1).
Programs
-
PARI
a(n)=(12*n+4)^2 \\ Charles R Greathouse IV, Jun 17 2017
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