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!)
A067794 Nonprime numbers k such that phi(k) > 3*k/4. 1

%I #18 Jan 08 2024 02:00:07

%S 1,25,49,77,85,91,95,115,119,121,125,133,143,145,155,161,169,185,187,

%T 203,205,209,215,217,221,235,247,253,259,265,287,289,295,299,301,305,

%U 319,323,329,335,341,343,355,361,365,371,377,391,395,403,407,413,415

%N Nonprime numbers k such that phi(k) > 3*k/4.

%H Amiram Eldar, <a href="/A067794/b067794.txt">Table of n, a(n) for n = 1..10000</a>

%t Select[Range[415], !PrimeQ[#] && EulerPhi[#] > 3*#/4 &] (* _Amiram Eldar_, Apr 23 2022 *)

%Y Cf. A000010.

%K nonn

%O 1,2

%A _Benoit Cloitre_, Feb 07 2002

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 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)