A016958 a(n) = (6n + 4)^2.
16, 100, 256, 484, 784, 1156, 1600, 2116, 2704, 3364, 4096, 4900, 5776, 6724, 7744, 8836, 10000, 11236, 12544, 13924, 15376, 16900, 18496, 20164, 21904, 23716, 25600, 27556, 29584, 31684, 33856
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..3000
- Index entries for linear recurrences with constant coefficients, signature (3,-3,1).
Programs
-
Magma
[(6*n+4)^2: n in [0..50]]; // Vincenzo Librandi, May 06 2011
-
Mathematica
Table[(6*n + 4)^2, {n, 0, 30}] (* Amiram Eldar, Nov 17 2020 *)
-
PARI
a(n)=(6*n+4)^2 \\ Charles R Greathouse IV, Jun 17 2017
Formula
a(n) = (A016957(n))^2. - Zerinvary Lajos, Jun 30 2009
Sum_{n>=0} 1/a(n) = A086730. - Amiram Eldar, Nov 17 2020
Extensions
Notation in formula cleaned up by R. J. Mathar, Aug 05 2010