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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101903 Number of twin Pythagorean triples with hypotenuse less than 10^n. 0
1, 7, 24, 74, 228, 712, 2243, 7079, 22370, 70722, 223619, 707120, 2236083, 7071084, 22360697, 70710696, 223606818, 707106802, 2236067999, 7071067836, 22360679800, 70710678145, 223606797778, 707106781216, 2236067977530 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(n) <= 10^(n/2)/Sqrt(2). - Robert G. Wilson v Jan 08 2005.

LINKS

Eric Weisstein's World of Mathematics, Twin Pythagorean Triple

EXAMPLE

For a(2)=7 because {3, 4, 5}, {5, 12, 13}, {7, 24, 25}, {20, 21, 29}, {9, 40, 41}, {11, 60, 61}, {13, 84, 85}.

MATHEMATICA

f[n_] := Round[ Sqrt[ (10^n - 1)/2] - 1]; a[n_] := (MatrixPower[{{1, 2, 2}, {2, 1, 2}, {2, 2, 3}}, n].{{1}, {0}, {1}})[[3, 1]]; t = Table[ a[n], {n, 2, 35}]; g[n_] := Length[ Select[t, # < 10^n &]]; Table[f[n] + g[n], {n, 25}] (from Robert G. Wilson v Jan 08 2005)

CROSSREFS

Sequence in context: A029585 A002969 A114291 * A196349 A196352 A050191

Adjacent sequences:  A101900 A101901 A101902 * A101904 A101905 A101906

KEYWORD

nonn

AUTHOR

Eric Weisstein (eric(AT)weisstein.com), Dec 20, 2004

EXTENSIONS

a(5) and up from Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 08 2005

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 07:39 EST 2012. Contains 205881 sequences.