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!)
A133382 Numbers n such that gcd( n!-1, 2^n-1 ) is neither 1 nor 2n+1. 0
75, 525, 3940 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This subsequence of A068483 lists the rare exceptions for which gcd( N!, 2^N-1 ) <> 2N+1. Is it finite? Are all elements multiples of 5?
LINKS
PROG
(PARI) for(n=1, 10^5, if((g=gcd(n!-1, 2^n-1)-1) & g!=2*n, print(n", ")))
CROSSREFS
Sequence in context: A223452 A015223 A129625 * A199901 A251249 A264673
KEYWORD
nonn,bref
AUTHOR
M. F. Hasler, Oct 28 2007
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 24 11:40 EDT 2024. Contains 371936 sequences. (Running on oeis4.)