login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070738 Nonprimes n such that n^2 reduced modulo phi(n) = phi(n)^2 reduced modulo n. 0
1, 4, 8, 16, 18, 28, 30, 32, 36, 50, 54, 56, 64, 72, 75, 100, 102, 104, 108, 128, 144, 162, 200, 204, 208, 216, 234, 245, 250, 256, 288, 294, 306, 324, 400, 405, 408, 432, 486, 500, 512, 567, 576, 588, 612, 648, 693, 800, 864, 882, 900, 972, 990, 1000, 1024 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

All powers of 2 are in the sequence.

PROG

(PARI) for(n=1, 2000, if(n^2%eulerphi(n)*(-1)^isprime(n)==eulerphi(n)^2%n, print1(n, ", ")))

CROSSREFS

Sequence in context: A065192 A161994 A195065 * A055744 A141718 A195382

Adjacent sequences:  A070735 A070736 A070737 * A070739 A070740 A070741

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), May 14 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 16:28 EST 2012. Contains 205823 sequences.