login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A097281
Integer part of the area of integer triangle [A001611(n), A001611(n+1), A001611(n+2)].
2
0, 1, 2, 5, 9, 18, 35, 71, 144, 294, 601, 1231, 2526, 5191, 10672, 21950, 45159, 92920, 191214, 393512, 809864, 1666775, 3430425, 7060297, 14531166, 29907455, 61554442, 126689294, 260747884, 536663296, 1104544280, 2273340315
OFFSET
0,3
FORMULA
a(n) = floor(sqrt(s(n) * (s(n)-A001611(n)) * (s(n)-A001611(n+1)) * (s(n)-A001611(n+2)))), where s(n) is the semiperimeter: s(n) = A097280(n)/2.
CROSSREFS
Sequence in context: A351983 A247322 A348473 * A321408 A289976 A068036
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Aug 04 2004
STATUS
approved