OFFSET
0,3
COMMENTS
Number of incongruent integer-edged Heron triangles whose circumdiameter is the product of n distinct primes of shape 4k + 1 and which are not right-angled.
LINKS
Index entries for linear recurrences with constant coefficients, signature (11, -31, 21).
FORMULA
a(n) = 8*A016212(n-2).
(0)=0, a(1)=0, a(2)=8, a(n)=11*a(n-1)-31*a(n-2)+21*a(n-3). - Harvey P. Dale, Jan 30 2013
G.f.: -8*x^2 / ( (x-1)*(3*x-1)*(7*x-1) ). - R. J. Mathar, Feb 10 2016
MATHEMATICA
Table[(2*7^n-6*3^n+4)/6, {n, 0, 30}] (* or *) LinearRecurrence[{11, -31, 21}, {0, 0, 8}, 30] (* Harvey P. Dale, Jan 30 2013 *)
CROSSREFS
KEYWORD
nonn,easy
STATUS
approved