Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A078928
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A078928 Smallest p for which there are exactly n primitive Pythagorean triangles with perimeter p; i.e. smallest p such that A070109(p) = n. +0
2
12, 1716, 14280, 317460, 1542684, 6240360, 19399380, 63303240 (list; graph; listen)
OFFSET

1,1

COMMENT

A Pythagorean triangle is a right triangle whose edge lengths are all integers; such a triangle is 'primitive' if the lengths are relatively prime.

Least perimeter common to exactly n primitive Pythagorean triangles. - Lekraj Beedassy (blekraj(AT)yahoo.com), May 14 2004

EXAMPLE

a(2)=1716; the primitive Pythagorean triangles with edge lengths (364, 627, 725) and (195, 748, 773) both have perimeter 1716.

MATHEMATICA

oddpart[n_] := If[OddQ[n], n, oddpart[n/2]]; ct[p_] := Length[Select[Divisors[oddpart[p/2]], p/2<#^2<p&&GCD[ #, p/2/# ]==1&]]; a[n_] := For[per=2, True, per+=2, If[ct[per]==n, Return[per]]]

CROSSREFS

a(n) = 2*A078927(n). Cf. A070109.

Sequence in context: A034280 A146201 A009120 this_sequence A013717 A015485 A145186

Adjacent sequences: A078925 A078926 A078927 this_sequence A078929 A078930 A078931

KEYWORD

nonn,more

AUTHOR

Dean Hickerson (dean.hickerson(AT)yahoo.com), Dec 15 2002

EXTENSIONS

a(8) from Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 19 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research