login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A060258
Numbers k such that 1/prime(k) has period prime(k) - 1 and 1/prime(k+1) has period prime(k+1) - 1.
2
7, 8, 9, 17, 29, 41, 50, 55, 56, 75, 76, 93, 94, 95, 96, 105, 126, 141, 142, 159, 164, 165, 171, 179, 180, 181, 184, 185, 193, 199, 200, 210, 211, 212, 226, 242, 243, 244, 247, 248, 249, 256, 275, 280, 283, 311, 322, 323, 324, 337, 342, 346, 354, 358, 359
OFFSET
1,1
COMMENTS
Numbers k such that k and k+1 are both in A060257. - Amiram Eldar, Oct 03 2021
LINKS
MATHEMATICA
q[n_] := Module[{p = Prime[n]}, MultiplicativeOrder[10, p] == p - 1]; Select[Range[360], q[#] && q[#+1] &] (* Amiram Eldar, Oct 03 2021 *)
CROSSREFS
Cf. A060257.
Sequence in context: A108177 A165480 A285468 * A307585 A347809 A048029
KEYWORD
nonn
AUTHOR
Jeff Burch, Mar 23 2001
EXTENSIONS
Data corrected by Amiram Eldar, Oct 03 2021
STATUS
approved