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!)
A110087 Numbers n such that sigma(n) - phi(n) > tau(n)^omega(n), where sigma=A000203, phi=A000010, tau=A000005 and omega=A001221. 5
4, 8, 9, 14, 16, 21, 22, 25, 26, 27, 28, 32, 33, 34, 35, 38, 39, 40, 44, 45, 46, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 62, 63, 64, 65, 68, 69, 72, 74, 75, 76, 77, 80, 81, 82, 85, 86, 87, 88, 91, 92, 93, 94, 95, 96, 98, 99, 100, 104, 106, 108, 111, 112, 115, 116, 117, 118 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A051612(a(n)) > A110088(a(n)); complement of A110086.
LINKS
PROG
(PARI) is(n)=sigma(n)-eulerphi(n)>numdiv(n)^omega(n) \\ Charles R Greathouse IV, Feb 19 2013
(Haskell)
a110087 n = a110087_list !! (n-1)
a110087_list = filter (\x -> a051612 x > a110088 x) [1..]
-- Reinhard Zumkeller, Aug 05 2014
CROSSREFS
Cf. A110085.
Sequence in context: A112775 A107747 A121763 * A312830 A312831 A085711
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)