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!)
A364566 Numbers k such that A364557(k) < A000010(k), where A364557 is the Möbius transform of A005941, and A000010 is Euler totient function phi. 2
9, 15, 18, 21, 25, 27, 30, 33, 35, 36, 42, 45, 49, 50, 54, 55, 60, 63, 65, 66, 70, 72, 75, 77, 81, 84, 90, 91, 98, 99, 100, 105, 108, 110, 117, 119, 120, 121, 125, 126, 130, 132, 135, 140, 143, 144, 147, 150, 154, 162, 165, 168, 169, 175, 180, 182, 187, 189, 195, 196, 198, 200, 209, 210, 216, 220, 221, 225, 231 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI)
A364557(n) = if(1==n, 1, 2^(primepi(vecmax(factor(n)[, 1]))+(bigomega(n)-omega(n))-1));
isA364566(n) = (A364557(n)<eulerphi(n));
CROSSREFS
Positions of negative terms in A364558.
Sequence in context: A105441 A325164 A093642 * A177733 A207675 A118236
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 29 2023
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 May 12 05:22 EDT 2024. Contains 372431 sequences. (Running on oeis4.)