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!)
A216697 Numbers n such that sigma(n) mod n = 12, n is divisible by 6, but n/6 is not prime. 0
24, 54, 780, 2352, 430272, 184773312 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Motivated by A076496 comment: if n=6p, p>3 prime, then Mod(sigma(n),n)=12. So this sequence is included in A076496, but not in A084306.
Next term > 10^11. - Donovan Johnson, Sep 27 2012
LINKS
EXAMPLE
sigma(24) = 60 = 2*24+12, but 24/6=4 is not prime.
PROG
(PARI) isOk(n) = { return ((n % 6 == 0) && (! isprime(n/6)) && (sigma(n) % n == 12)); }
CROSSREFS
Sequence in context: A038635 A003756 A135191 * A332541 A316361 A277108
KEYWORD
nonn
AUTHOR
Michel Marcus, Sep 15 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 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)