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!)
A097433 Integer part of the hypotenuse of prime leg isosceles right triangles. 0

%I #13 Dec 02 2021 17:39:21

%S 2,4,7,9,15,18,24,26,32,41,43,52,57,60,66,74,83,86,94,100,103,111,117,

%T 125,137,142,145,151,154,159,179,185,193,196,210,213,222,230,236,244,

%U 253,255,270,272,278,281,298,315,321,323,329,337,340,354,363,371,380

%N Integer part of the hypotenuse of prime leg isosceles right triangles.

%C The real part of these numbers is irrational.

%D Gareth A. Jones and J. Mary Jones, Elementary Number Theory, Springer, 1998; pp. 221-222.

%F a(n) = floor( sqrt(2*p(n)^2)), where p(n) = n-th prime. - _N. J. A. Sloane_, Feb 23 2015

%t Floor[Sqrt[2*Prime[Range[80]]^2]] (* _Wesley Ivan Hurt_, Dec 02 2021 *)

%o (PARI) forprime(j=1,400,print1(floor(sqrt(2*j^2))","));

%K nonn

%O 1,1

%A _Cino Hilliard_, Aug 22 2004

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)