Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A078927
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A078927 Smallest s for which there are exactly n primitive Pythagorean triangles with perimeter 2s; i.e. smallest s such that A078926(s) = n. +0
3
6, 858, 7140, 158730, 771342, 3120180, 9699690, 31651620 (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.

EXAMPLE

a(2)=858; the primitive Pythagorean triangles with edge lengths (364, 627, 725) and (195, 748, 773) both have perimeter 2*858=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[s=1, True, s++, If[ct[2s]==n, Return[s]]]

CROSSREFS

a(n) = A078928(n)/2. Cf. A078926.

Sequence in context: A020542 A045480 A006114 this_sequence A064430 A137801 A076667

Adjacent sequences: A078924 A078925 A078926 this_sequence A078928 A078929 A078930

KEYWORD

nonn,more

AUTHOR

Dean Hickerson (dean(AT)math.ucdavis.edu), 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 September 5 23:56 EDT 2008. Contains 143485 sequences.


AT&T Labs Research