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!)
A292742 Odd numbers k such that 2^psi(k) == phi(k) (mod k). 0
1, 5, 10393, 45411263, 31761301667, 70697569679 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(7) > 5*10^11. - Giovanni Resta, Sep 23 2017
LINKS
EXAMPLE
10393 = 19*547 is a term because 2^((19 + 1)*(547 + 1)) == (19 - 1)*(547 - 1) (mod 19*547).
PROG
(PARI) a001615(n) = my(f=factor(n)); prod(i=1, #f~, f[i, 1]^f[i, 2] + f[i, 1]^(f[i, 2]-1));
isok(n) = n%2==1 && Mod(2, n)^a001615(n)==eulerphi(n); \\ after Charles R Greathouse IV at A001615
CROSSREFS
Sequence in context: A212617 A160741 A101846 * A260262 A058051 A242772
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Sep 22 2017
EXTENSIONS
a(5)-a(6) from Giovanni Resta, Sep 23 2017
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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)