VOOZH
about
URL: https://oeis.org/A360537
⇱ A360537 - OEIS
login
A360537
Areas of primitive Heron triangles with two rational medians from the infinite family based on Somos-5 sequences.
1
420, 55440, 23931600, 142334216640, 2137147184560080, 4323341954766548553840, 18705358317240372854759881380, 1333577710124626249998068999458413600, 248363720675646323338068819310182950300884320, 4199805494977793853528867974891927438920668319491840
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
LINKS
Table of n, a(n) for n=1..10.
Andrew N. W. Hone,
Heron triangles with two rational medians and Somos-5 sequences
, European Journal of Mathematics, 8 (2022), 1424-1486; arXiv:
2107.03197
[math.NT], 2021-2022.
Andrew N. W. Hone,
Heron Triangles and the Hunt for Unicorns
, Math. Intelligencer (2024); arXiv:
2401.05581
[math.NT], 2024.
Wikipedia,
Heronian triangle
FORMULA
a(n) = |S(n)*S(n+1)*S(n+2)^2*S(n+3)*S(n+4)*T(n)*T(n+1)*T(n+2)^2*T(n+3)*T(n+4)|, where S(n) =
A006721
(n+2) and T(n) =
A360381
(n) [Hone, Eq. (1.21)].
MATHEMATICA
t[1|3|4] = 1; t[2] = -1; t[5] = -7;
s[-2|-1|0|1|2] = 1;
Do[f[n_] := f[n] = (f[n-1] f[n-4] + f[n-2] f[n-3]) / f[n-5], {f, {t, s}}];
a[n_] := Abs@Product[f[n] f[n+1] f[n+2]^2 f[n+3] f[n+4], {f, {s, t}}];
Table[a[n], {n, 10}]
CROSSREFS
Cf.
A006721
,
A360381
.
This is a subsequence of
A223941
.
Sequence in context:
A135380
A035846
A223941
*
A046167
A059951
A225992
Adjacent sequences:
A360534
A360535
A360536
*
A360538
A360539
A360540
KEYWORD
nonn
AUTHOR
Andrey Zabolotskiy
, Feb 10 2023
STATUS
approved