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!)
A274559 Numbers k such that sigma(k) == 0 (mod k+7). 2
8, 272, 7232, 30848, 516608, 134094848, 2146992128 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
sigma(8) mod (8+7) = 15 mod 15 = 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, 7);
MATHEMATICA
Select[Range[10^6], Mod[DivisorSigma[1, #], # + 7] == 0 &] (* Michael De Vlieger, Jul 05 2016 *)
CROSSREFS
Sequence in context: A300047 A336214 A129424 * A338636 A335586 A159496
KEYWORD
nonn,more
AUTHOR
Paolo P. Lava, Jul 05 2016
EXTENSIONS
a(6)-a(7) from Giovanni Resta, Jul 05 2016
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 17:38 EDT 2024. Contains 371797 sequences. (Running on oeis4.)