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!)
A067893 Nonprimes k such that tau(k)*sigma(k) < prime(k) where tau(k) = A000005(k) and sigma(k) = A000203(k). 1
1, 25, 49, 77, 85, 91, 95, 115, 119, 121, 123, 125, 129, 133, 141, 143, 145, 155, 159, 161, 169, 177, 183, 185, 187, 194, 201, 202, 203, 205, 206, 209, 213, 214, 215, 217, 218, 219, 221, 226, 235, 237, 247, 249, 253, 254, 259, 262, 265, 267, 274, 278, 287 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[300], !PrimeQ[#]&&DivisorSigma[0, #]DivisorSigma[1, #]<Prime[ #]&](* Harvey P. Dale, Nov 09 2017 *)
PROG
(PARI) isok(k) = !isprime(k) && (numdiv(k)*sigma(k) < prime(k)); \\ Michel Marcus, Jul 18 2019
CROSSREFS
Sequence in context: A103214 A067778 A350061 * A067794 A068874 A018936
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 02 2002
EXTENSIONS
Typo in definition corrected by Jonathan Sondow, Nov 20 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 April 23 16:28 EDT 2024. Contains 371916 sequences. (Running on oeis4.)