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!)
A067851 Numbers k such that prime(k) divides prime(k^2)-1. 1
2, 26, 170, 321 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Prime(26) = 101 divides prime(26^2)-1 = 5050 = 50*101, so 26 is a term of the sequence.
MATHEMATICA
Do[If[Mod[Prime[n^2] - 1, Prime[n]] == 0, Print[n]], {n, 1, 10^4}]
CROSSREFS
Cf. A067852.
Sequence in context: A132470 A153913 A246586 * A072415 A197468 A184354
KEYWORD
nonn,more
AUTHOR
Joseph L. Pe, Feb 15 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 April 25 15:00 EDT 2024. Contains 371989 sequences. (Running on oeis4.)