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!)
A146746 Numbers n such that sigma_1(n+1)*sigma_1(n)/(sigma_1(n+1)+sigma_1(n))=c, c an integer. 0
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A000203(n+1)*A000203(n)/(A000203(n+1)+A000203(n)) = c, c an integer.
Same as A073541. - Georg Fischer, Nov 02 2018
LINKS
MATHEMATICA
sQ[n_]:=Module[{sn=DivisorSigma[1, n], sn1=DivisorSigma[1, n+1]}, Divisible[sn sn1, sn+sn1]]; Select[Range[1000], sQ] (* Harvey P. Dale, Apr 21 2011 *)
CROSSREFS
Sequence in context: A197601 A133751 A005504 * A073541 A268887 A055488
KEYWORD
easy,nonn
AUTHOR
Ctibor O. Zizka, Nov 01 2008
EXTENSIONS
Corrected by Harvey P. Dale, Apr 21 2011
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.)