OFFSET
0,2
COMMENTS
a(0)=0 is included by convention. This corresponds to the Pythagorean triple 1^2 + 0^2 = 1^2.
All terms in this sequence are divisible by 84.
REFERENCES
Miguel Ángel Pérez García-Ortega, José Manuel Sánchez Muñoz and José Miguel Blanco Casado, El Libro de las Ternas Pitagóricas, Preprint 2024.
LINKS
Index entries for linear recurrences with constant coefficients, signature (204,-1190,204,-1).
FORMULA
G.f.: 84*x*(1 + x)/((1 - 198*x + x^2)*(1 - 6*x + x^2)). - Andrew Howroyd, Oct 14 2024
EXAMPLE
MATHEMATICA
s[n_]:=s[n]=Module[{a, b}, a=((1+Sqrt[2])^(2n+1)-(Sqrt[2]-1)^(2n+1))/2; b=(a^2-1)/2; {(a*b)/2}]; areas={}; Do[areas=Join[areas, FullSimplify[s[n]]], {n, 0, 17}]; areas
CROSSREFS
KEYWORD
nonn
AUTHOR
Miguel-Ángel Pérez García-Ortega, Oct 13 2024
STATUS
approved