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!)
A067783 Numbers k such that prime(k+1)^2 == prime(k)^2 (mod k). 1
1, 2, 3, 4, 6, 8, 10, 12, 15, 16, 24, 30, 56, 92, 120, 144, 182, 336, 344, 348, 360, 376, 439, 1058, 1407, 4122, 5432, 7040, 7904, 9516, 17400, 23898, 25356, 29721, 33840, 40086, 40090, 40114, 40120, 44936, 53232, 63416, 85692, 93228, 100347, 112424, 159222 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) isok(k) = my(p=prime(k)); Mod(nextprime(p+1), k)^2 == Mod(p, k)^2; \\ Michel Marcus, Feb 17 2021
CROSSREFS
Sequence in context: A351740 A230374 A007183 * A062418 A056168 A054041
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 06 2002
EXTENSIONS
More terms from Michel Marcus, Feb 17 2021
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 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)