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!)
A146566 Numbers k such that k*sigma_0(k) is divisible by (k - sigma_0(k)). 6
3, 4, 6, 8, 12, 18, 24, 36, 40, 60, 84, 156, 180, 600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No other term < 10000000. - Michel Marcus, Jun 02 2013
No other term multiple of 12 below 10^9. - M. F. Hasler, Apr 16 2022
LINKS
FORMULA
A352483(a(n)) = 1. - Bernard Schott, Mar 23 2022
MATHEMATICA
nsiQ[n_]:=Module[{s=DivisorSigma[0, n]}, IntegerQ[(n*s)/(n-s)]]; Select[ Range[3, 600], nsiQ] (* Harvey P. Dale, Dec 05 2019 *)
PROG
(PARI) isok(n) = {nd = numdiv(n); type(n*nd/(n-nd)) == "t_INT"} \\ Michel Marcus, Jun 02 2013
((PARI) is_A146566(n, d=numdiv(n))={n*d%(n-d)==0} \\ M. F. Hasler, Apr 16 2022
CROSSREFS
Sequence in context: A163978 A145751 A277099 * A204658 A139041 A367081
KEYWORD
nonn,more
AUTHOR
Ctibor O. Zizka, Nov 01 2008
EXTENSIONS
Corrected and extended by Michel Marcus, Jun 02 2013
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 17:51 EDT 2024. Contains 371962 sequences. (Running on oeis4.)