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!)
A230605 Composite numbers n such that number of non-divisors of n divides sum of non-divisors of n. 2
4, 18, 20, 24, 432, 588, 692945344 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(7) > 10^5.
Composite numbers n such that A231167(n) mod A049820(n) = 0. Complement of primes (A000040) with respect to A140826. Intersection of A002808 and A140826.
The terms 20 and 432 are the only composite numbers < 10^5 that are also terms of A023883.
No more terms up to 10^8. - Michel Marcus, Nov 09 2013
a(8) > 10^11. - Donovan Johnson, Nov 12 2013
a(8) > 4*10^12. - Giovanni Resta, Feb 11 2014
LINKS
EXAMPLE
20 is in sequence because A024816(20) mod A049820(20) = 168 mod 14 = 0.
PROG
(PARI) isok(n) = (nnd = n - numdiv(n)) && !isprime(n) && !((n*(n+1)/2-sigma(n)) % nnd); \\ Michel Marcus, Nov 09 2013
CROSSREFS
Sequence in context: A039277 A045019 A103061 * A201880 A022384 A093022
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Nov 07 2013
EXTENSIONS
a(7) from Donovan Johnson, Nov 10 2013
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 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)