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!)
A275419 Representable integers n that are not the inverse of their inverse in binary64 (double precision) IEEE 754 floating-point arithmetic (Version where n and 1/(1/n) are unequal). 2

%I #14 Dec 02 2016 20:06:02

%S 49,93,98,99,103,105,107,117,123,186,196,197,198,206,210,211,214,221,

%T 227,234,237,239,243,245,246,249,253,372,391,392,393,394,396,412,415,

%U 417,420,422,425,428,442,443,445,454,459,468,474,478,479,483,486,489,490,491,492,497,498,499,501

%N Representable integers n that are not the inverse of their inverse in binary64 (double precision) IEEE 754 floating-point arithmetic (Version where n and 1/(1/n) are unequal).

%C Note that n*(1/n) and 1 are unequal for a different integer sequence.

%H Charles R Greathouse IV, <a href="/A275419/b275419.txt">Table of n, a(n) for n = 1..10000</a>

%o (C) int is(int n) {

%o double d = n;

%o double di = 1/d;

%o return 1/di != d;

%o } /* _Charles R Greathouse IV_, Jul 29 2016 */

%K nonn,base,fini,less

%O 1,1

%A _Julien Freslon_, Jul 27 2016

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 24 08:21 EDT 2024. Contains 371926 sequences. (Running on oeis4.)