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!)
A275374 Numbers k that divide sigma(k*(k+1)/2). 0
1, 2, 3, 7, 12, 15, 31, 56, 63, 127, 135, 168, 234, 240, 255, 260, 384, 504, 511, 720, 819, 896, 992, 1023, 1080, 1344, 1512, 1638, 2047, 2240, 2352, 3276, 3564, 3584, 3744, 3840, 4095, 4320, 4655, 7280, 7448, 8191, 9360, 10304, 12825, 12896, 13104, 14256, 14725, 15795, 16256 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
7 is a term because 7 divides sigma(28) = 56.
MATHEMATICA
Select[Range@ 17000, Divisible[DivisorSigma[1, # (# + 1)/2], #] &] (* Michael De Vlieger, Jul 25 2016 *)
PROG
(PARI) isok(n) = sigma(n*(n+1)/2) % n == 0
CROSSREFS
Sequence in context: A284903 A259226 A330593 * A168249 A080140 A019568
KEYWORD
nonn
AUTHOR
Altug Alkan, Jul 25 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 24 11:21 EDT 2024. Contains 371936 sequences. (Running on oeis4.)