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”).

A362966
Numbers k such that A007908(k) == 1 (mod k).
1
1, 121487, 293957, 13449179, 549999887
OFFSET
1,2
COMMENTS
a(6) > 10^11. - Jason Yuen, Oct 12 2024
PROG
(Python) # See A029455 for concat_mod
def isok(k): return concat_mod(10, k, k)==1%k # Jason Yuen, Oct 12 2024
CROSSREFS
KEYWORD
nonn,base,hard,more
AUTHOR
Max Alekseyev, Jun 06 2023
STATUS
approved