login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055522 Largest area of a Pythagorean triangle with n as length of one of the three sides (in fact as a leg). 8
6, 6, 30, 24, 84, 60, 180, 120, 330, 210, 546, 336, 840, 504, 1224, 720, 1710, 990, 2310, 1320, 3036, 1716, 3900, 2184, 4914, 2730, 6090, 3360, 7440, 4080, 8976, 4896, 10710, 5814, 12654, 6840, 14820, 7980, 17220, 9240, 19866, 10626, 22770, 12144, 25944 (list; graph; refs; listen; history; internal format)
OFFSET

3,1

LINKS

Eric Weisstein's World of Mathematics, Truncatable Prime.

FORMULA

a(n)=n*A055523(n)/2. a(2k)=k*(k+1)*(k-1), a(2k+1)=k*(k+1)*(2k+1).

O.g.f.: 6x^3*(x+1+x^2)/((1-x)^4*(1+x)^4). a(2k+1)=A055112(k). a(2k)=A007531(k+1). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 06 2008]

MAPLE

seq(piecewise(n mod 2 = 0, n*(n^2-4)/8, n*(n^2-1)/4), n=3..60); (C. Ronaldo)

CROSSREFS

Cf. A009112, A046079, A046080, A046081, A054435, A054436, A055523, A055524, A055525, A055526, A055527.

Sequence in context: A151779 A066714 A054436 * A078637 A147799 A071021

Adjacent sequences:  A055519 A055520 A055521 * A055523 A055524 A055525

KEYWORD

nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), May 22 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:51 EST 2012. Contains 205978 sequences.