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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070174 Primes p such that (p^2)! and 2^(p^2)-1 are not relatively primes. 0
2, 3, 11, 23, 29, 37, 43, 73, 79, 83, 113, 131, 151, 179, 191, 197, 211, 223, 233, 239, 251, 263, 283, 317, 337, 359, 367, 397, 419, 431, 443, 461, 463, 487, 491, 499, 547, 557, 571, 577, 593, 601, 617, 619, 641, 659, 683, 719 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

If q is an odd prime (p^2)! and q^(p^2)-1 are not relatively primes for any p prime.

PROG

(PARI) forprime(n=1, 263, if(gcd((n^2)!, 2^(n^2)-1)>1, print1(n, ", ")))

CROSSREFS

Cf. A069180.

Sequence in context: A118595 A057135 A104075 * A080153 A040124 A082739

Adjacent sequences:  A070171 A070172 A070173 * A070175 A070176 A070177

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), May 06 2002

EXTENSIONS

More terms from Ralf Stephan (ralf(AT)ark.in-berlin.de), Oct 14 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 16 06:46 EST 2012. Contains 205867 sequences.