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!)
A110086 Numbers n such that sigma(n) - phi(n) <= tau(n)^omega(n), where sigma=A000203, phi=A000010, tau=A000005 and omega=A001221. 7
1, 2, 3, 5, 6, 7, 10, 11, 12, 13, 15, 17, 18, 19, 20, 23, 24, 29, 30, 31, 36, 37, 41, 42, 43, 47, 53, 59, 60, 61, 66, 67, 70, 71, 73, 78, 79, 83, 84, 89, 90, 97, 101, 102, 103, 105, 107, 109, 110, 113, 114, 120, 126, 127, 130, 131, 132, 137, 138, 139, 140, 149, 150, 151 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A051612(a(n)) <= A110088(a(n)); union of A000040 and A110085, complement of A110086.
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
PROG
(PARI) is(n)=sigma(n)-eulerphi(n)<=numdiv(n)^omega(n) \\ Charles R Greathouse IV, Feb 14 2013
(Haskell)
a110086 n = a110086_list !! (n-1)
a110086_list = filter (\x -> a051612 x <= a110088 x) [1..]
-- Reinhard Zumkeller, Aug 05 2014
CROSSREFS
Cf. A240960 (subsequence).
Sequence in context: A004762 A061854 A214432 * A107746 A024899 A114518
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 11 2005
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 June 10 13:34 EDT 2023. Contains 363205 sequences. (Running on oeis4.)