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!)
A064936 Primes p such that gcd(p, prime(p)^2 - 1) does not equal 1. 0
2, 3, 5, 181, 40087, 251737 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No further terms up to 41161739. - Harvey P. Dale, Dec 23 2011
No further terms up to 250000000. - Sean A. Irvine, Aug 01 2023
LINKS
EXAMPLE
5 belongs in the sequence because gcd(5, P_5^2 -1) = gcd(5, 120) = 5.
MATHEMATICA
Do[ If[ GCD[ Prime[n], Prime[ Prime[n]]^2 - 1] != 1, Print[ Prime[n]] ], {n, 1, 10^6} ]
CROSSREFS
Cf. A064830.
Sequence in context: A366642 A319609 A140551 * A041655 A082520 A062597
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Oct 26 2001
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)