login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101929 Number of Pythagorean triples with hypotenuse < 10^n. 6
1, 50, 878, 12467, 161431, 1980636, 23471468, 271360645, 3080075423, 34465432849, 381301109908, 4179478903380, 45459467009955, 491241450001314, 5278882299478781, 56453500988940599, 601181789833245614, 6378285697775544212 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
There seems to be a relation between A101930 and this sequence: A101930(n) = n + a(n). - Jan Feitsma and Bart Dopheide (dopheide(AT)fmf.nl), Mar 10 2005
A101390(n) - a(n) = A046080(10^n). The formula listed for A046080 supports the relation of Jan Feitsma and Bart Dopheide: A046080(10^n) = n. - Frank Marcoline (fvmarcoline(AT)gmail.com), Dec 10 2008
LINKS
Eric Weisstein's World of Mathematics, Pythagorean Triple
FORMULA
a(n) = A101930(n) - n. - Robert G. Wilson v, Mar 20 2014
PROG
(PARI) a(n)=my(t, lim=10^n-1); for(m=2, sqrtint(lim-1), forstep(n=1+m%2, min(sqrtint(lim-m^2), m-1), 2, if(gcd(m, n)==1, t+=lim\(m^2+n^2)))); t \\ Charles R Greathouse IV, Sep 15 2012
CROSSREFS
Cf. A101930.
Sequence in context: A086027 A110929 A329713 * A006360 A324217 A224059
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Dec 21 2004
EXTENSIONS
More terms from Jan Feitsma and Bart Dopheide (dopheide(AT)fmf.nl), Mar 10 2005
a(10)-a(11) from Charles R Greathouse IV, Sep 15 2012
a(12)-a(17) from Hiroaki Yamanouchi, Jul 14 2014
a(18) from Matan M. Atzmoni, Feb 04 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 04:29 EDT 2024. Contains 371782 sequences. (Running on oeis4.)