The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A068483 Numbers n such that gcd(n!-1,2^n-1)>1. 5

%I #11 Oct 16 2018 20:09:29

%S 11,15,35,75,83,111,119,135,155,179,219,231,243,323,359,375,455,459,

%T 483,491,515,519,525,531,551,611,615,639,651,663,699,719,723,735,771,

%U 779,783,803,879,915,923,939,999,1043,1103,1119,1175,1199,1271,1323

%N Numbers n such that gcd(n!-1,2^n-1)>1.

%H G. C. Greubel, <a href="/A068483/b068483.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Range[2500], GCD[#! - 1, 2^# - 1] > 1 &] (* _G. C. Greubel_, Oct 15 2018 *)

%o (PARI) isok(n) = gcd(n!-1,2^n-1) > 1; \\ _Michel Marcus_, Oct 16 2018

%Y Cf. A000225 (2^n-1), A033312 (n!-1).

%Y Cf. A068480, A068481, A068482.

%K easy,nonn

%O 1,1

%A _Benoit Cloitre_, Mar 10 2002

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 May 15 21:35 EDT 2024. Contains 372549 sequences. (Running on oeis4.)