A133382 Numbers n such that gcd( n!-1, 2^n-1 ) is neither 1 nor 2n+1.
75, 525, 3940
Offset: 1
Programs
-
PARI
for(n=1,10^5,if((g=gcd(n!-1,2^n-1)-1) & g!=2*n,print(n", ")))
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Comments