The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A067852 Numbers k that divide prime(k^2) - 1. 1
1, 2, 4, 6, 10, 11, 18, 20, 32, 90, 129, 188, 244, 678, 688, 756, 1081, 1322, 1477, 19758, 21351, 29518, 43187, 49978, 50342, 95708, 182326, 248253 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(29) > 3*10^5. - Donovan Johnson, Nov 15 2009
LINKS
EXAMPLE
6 divides prime(6^2)-1 = 150, so 6 is a term of the sequence.
MATHEMATICA
Select[Range[10^4], Mod[Prime[ #^2] - 1, # ] == 0 &]
PROG
(PARI) isok(k) = !((prime(k^2)-1) % k); \\ Michel Marcus, Aug 15 2021
CROSSREFS
Sequence in context: A004789 A027435 A014666 * A253968 A102025 A309374
KEYWORD
nonn,more
AUTHOR
Joseph L. Pe, Feb 15 2002
EXTENSIONS
a(20)-a(28) from Donovan Johnson, Nov 15 2009
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 June 6 08:15 EDT 2024. Contains 373115 sequences. (Running on oeis4.)