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!)
A070173 Numbers k such that k! and 2^k+1 are relatively prime. 1
1, 2, 4, 8, 12, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, 104, 112, 128, 136, 144, 152, 160, 176, 184, 192, 200, 208, 224, 232, 248, 256, 272, 288, 304, 320, 352, 368, 384, 400, 416, 448, 464, 480, 496, 512, 544, 576, 592, 608, 640, 656, 688, 704, 752, 768 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[1000], CoprimeQ[#!, 2^#+1]&]
PROG
(PARI) for(n=1, 1255, if(gcd(n!, 2^n+1)==1, print1(n, ", ")))
CROSSREFS
Sequence in context: A181824 A326677 A330684 * A363122 A116882 A069519
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 06 2002
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 May 1 14:05 EDT 2024. Contains 372174 sequences. (Running on oeis4.)