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!)
A073541 Numbers k such that 1/(1/sigma(k) + 1/sigma(k+1)) is an integer. 2
5, 14, 54, 55, 56, 58, 70, 87, 88, 89, 114, 118, 123, 125, 178, 201, 204, 206, 220, 246, 354, 358, 417, 419, 459, 478, 500, 534, 549, 594, 604, 620, 646, 654, 663, 715, 718, 753, 834, 835, 838, 894, 957, 1006, 1018, 1106, 1194, 1239, 1253, 1318, 1334, 1364 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
1/sigma(54) + 1/sigma(55) = 1/120 + 1/72 = 1/45 so 54 is in the sequence.
MATHEMATICA
Select[Range[1400], IntegerQ[1/(1/DivisorSigma[1, # ]+1/DivisorSigma[1, #+1])]&]
PROG
(PARI) isok(k) = denominator(1/(1/sigma(k) + 1/sigma(k+1))) == 1; \\ Michel Marcus, May 13 2022
CROSSREFS
Cf. A000203.
Sequence in context: A133751 A005504 A146746 * A268887 A055488 A177049
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Aug 27 2002
EXTENSIONS
Edited by Dean Hickerson, Aug 31 2002
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)