login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067660 Values of gcd(n!+1,2^n+1) not equal to 1 taking n in increasing order. 0
2, 11, 19, 43, 67, 131, 163, 179, 227, 347, 419, 443, 491, 523, 563, 571, 619, 683, 691, 739, 787, 947, 1019, 1051, 1091, 1123, 1187, 1291, 1451, 1499, 1571, 1579, 1667, 1723, 1747, 1867, 1907, 1931, 2003, 2131, 2203, 6043, 2347, 2371, 2531, 2579, 2659 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

FORMULA

If 2m+1 is prime and is in the sequence, 2m+1=gcd(m!+1, 2^m+1)

PROG

(PARI) for(k=0, 3000, d=gcd(k!+1, 2^k+1); if(d<>1, print1(d, ", ")))

CROSSREFS

Sequence in context: A163997 A067931 A186267 * A103200 A105076 A067670

Adjacent sequences:  A067657 A067658 A067659 * A067661 A067662 A067663

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 03 2002

EXTENSIONS

Corrected and extended by Rick L. Shepherd (rshepherd2(AT)hotmail.com), May 20 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 09:48 EST 2012. Contains 205614 sequences.