Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A089693 Numbers n such that phi(n) = 2^bigomega(n). 1
1, 3, 10, 20, 30, 40, 60, 80, 120, 160, 240, 320, 480, 640, 960, 1280, 1920, 2560, 3840, 5120, 7680, 10240, 15360, 20480, 30720, 40960, 61440, 81920, 122880, 163840, 245760, 327680, 491520, 655360, 983040 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 2*a(n-2) for n>5. [Harvey P. Dale, Mar 01 2012]
For n > 2, A001222(a(n)) = 1 + floor(n/2). - Enrique Pérez Herrero, Mar 28 2012
For n > 1, a(2n) = 5*2^n and a(2n+1) = 15*2^(n-1). - Enrique Pérez Herrero, Mar 28 2012
MATHEMATICA
Select[Range[100000], EulerPhi[#]==2^PrimeOmega[#]&] (* or *) Join[{1, 3, 10}, LinearRecurrence[{0, 2}, {20, 30}, 20]] (* Harvey P. Dale, Mar 01 2012 *)
CROSSREFS
Sequence in context: A056789 A174476 A098645 * A194116 A208951 A299692
KEYWORD
nonn,easy
AUTHOR
Benoit Cloitre, Jan 06 2004
EXTENSIONS
More terms from Harvey P. Dale, Mar 01 2012
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 September 3 01:29 EDT 2024. Contains 375635 sequences. (Running on oeis4.)