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!)
A054985 Composite numbers x such that sigma(x+120) = sigma(x)+120. 2
182, 203, 287, 350, 407, 558, 611, 731, 779, 803, 963, 1424, 1643, 2627, 2747, 3431, 3806, 4187, 4223, 5063, 6767, 7946, 8927, 9047, 11904, 12707, 12878, 15794, 18923, 20567, 27263, 31175, 32111, 34427, 43139, 43811, 45854, 50165, 52592, 57479 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See also A015914, A054799, A033560.
LINKS
EXAMPLE
a(6)=558, sigma(558)+120=1248+120=1368=sigma(678)=sigma(558+120).
MATHEMATICA
Select[Range[60000], CompositeQ[#]&&DivisorSigma[1, #]+120 == DivisorSigma[ 1, #+120]&] (* _Harvey P. Dale_, Nov 25 2022 *)
PROG
(PARI) isok(n) = !isprime(n) && (sigma(n+120) == (sigma(n) + 120)); \\ _Michel Marcus_, Dec 31 2013
CROSSREFS
Sequence in context: A265997 A204378 A054572 * A124185 A218563 A145297
KEYWORD
nonn
AUTHOR
_Labos Elemer_, May 29 2000
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 July 11 21:37 EDT 2024. Contains 374234 sequences. (Running on oeis4.)