OFFSET
0,2
COMMENTS
The identity (18*n^2+2)^2-(9*n^2+2)*(6*n)^2=4 can be written as a(n+1)^2-A010002(n+1)*A008588(n+1)^2=4. - Vincenzo Librandi, Feb 07 2012
LINKS
Bruno Berselli, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (3,-3,1).
FORMULA
G.f.: (1+x)*(1+16*x+x^2)/(1-x)^3. - Bruno Berselli, Feb 06 2012
a(n) = (3*n-1)^2+(3*n+1)^2 = (n-1)^2+(n+1)^2+(4*n)^2 for n>0. - Bruno Berselli, Feb 06 2012
E.g.f.: (x*(x+1)*18+2)*e^x-1. - Gopinath A. R., Feb 14 2012
Sum_{n>=0} 1/a(n) = 3/4+ (1/12)*Pi*coth(Pi/3) = 1.0853330948... - R. J. Mathar, May 07 2024
a(n) = 2*A247792(n), n>0. - R. J. Mathar, May 07 2024
MATHEMATICA
Join[{1}, 18 Range[41]^2 + 2] (* Bruno Berselli, Feb 06 2012 *)
Join[{1}, LinearRecurrence[{3, -3, 1}, {20, 74, 164}, 50]] (* Vincenzo Librandi, Aug 03 2015 *)
PROG
(Magma) [1] cat [18*n^2+2: n in [1..50]]; // Vincenzo Librandi, Aug 03 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Bruno Berselli, Feb 06 2012
STATUS
approved