A134934 a(n) = (14*n+1)^2.
1, 225, 841, 1849, 3249, 5041, 7225, 9801, 12769, 16129, 19881, 24025, 28561, 33489, 38809, 44521, 50625, 57121, 64009, 71289, 78961, 87025, 95481, 104329, 113569, 123201, 133225, 143641, 154449, 165649, 177241, 189225, 201601, 214369, 227529, 241081
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (3,-3,1).
Crossrefs
Programs
-
Magma
[(14*n+1)^2: n in [0..50]]; // Vincenzo Librandi, Sep 06 2011
-
Mathematica
(14*Range[0,50]+1)^2 (* G. C. Greubel, Dec 24 2022 *)
-
PARI
a(n)=(14*n+1)^2 \\ Charles R Greathouse IV, Jun 17 2017
-
SageMath
[(14*n+1)^2 for n in range(51)] # G. C. Greubel, Dec 24 2022
Formula
O.g.f.: (1+222*x+169*x^2)/(1-x)^3 = 169/(1-x) - 560/(1-x)^2 + 392/(1-x)^3. - R. J. Mathar, Jan 31 2008
a(n) = A016754(7*n).
E.g.f.: (1 + 224*x + 196*x^2)*exp(x). - G. C. Greubel, Dec 24 2022
Comments