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!)
A070807 Composite numbers n such that Cototient(totient(n))=A070556(n) is power of 2. 2
4, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 24, 26, 28, 30, 32, 34, 35, 36, 39, 40, 42, 45, 48, 51, 52, 56, 58, 60, 64, 65, 68, 70, 72, 78, 80, 84, 85, 87, 90, 96, 102, 104, 105, 112, 116, 119, 120, 128, 130, 136, 140, 144, 145, 153, 156, 160, 168, 170, 174, 180, 192 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
n=87=3.29:phi[87]=56,56-phi[56]=56-24=32
MATHEMATICA
Do[s= EulerPhi[n]-EulerPhi[EulerPhi[n]]; If[IntegerQ[Log[2, s]]&&!PrimeQ[n], Print[n]], {n, 1, 10000000}]
CROSSREFS
Sequence in context: A210441 A343597 A199009 * A246282 A046352 A046355
KEYWORD
nonn
AUTHOR
Labos Elemer, May 08 2002
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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)