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!)
A274558 Numbers k such that sigma(k) == 0 (mod k-6). 2
7, 13, 14, 20, 30, 45, 76, 630, 688, 2310, 8896, 133888, 537051136, 1631268870 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
sigma(7) mod (7-6) = 8 mod 1 = 0.
MAPLE
with(numtheory); P:=proc(q, h) local n; for n from 1 to q do
if n+h>0 then if type(sigma(n)/(n+h), integer) then print(n); fi; fi; od; end: P(10^9, -6);
MATHEMATICA
Select[Range[7, 10^6], Mod[DivisorSigma[1, #], # - 6] == 0 &] (* Michael De Vlieger, Jul 05 2016 *)
CROSSREFS
Sequence in context: A072864 A232437 A275201 * A120100 A308525 A104217
KEYWORD
nonn,more
AUTHOR
Paolo P. Lava, Jul 05 2016
EXTENSIONS
a(13)-a(14) from Giovanni Resta
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)