The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A206367 (2,3)-imperfect numbers. 1
3, 15, 18, 36, 72, 255, 1152, 2709, 65535, 294912, 4294967295, 4380480000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(13) > 10^10, if it exists. - Amiram Eldar, Sep 12 2023
LINKS
László Tóth, A survey of the alternating sum-of-divisors function, arXiv:1111.4842 [math.NT], 2011-2014. See p. 7.
MATHEMATICA
f[p_, e_] := ((-1)^e + p^(e + 1))/(p + 1); s[n_] := Times @@ f @@@ FactorInteger[n]; s[1] = 1; Select[Range[300000], # == 3 * s[s[#]] &] (* Amiram Eldar, Sep 12 2023 *)
PROG
(PARI) beta(n) = sumdiv(n, d, d*(-1)^bigomega(n/d));
isok(k) = 3*beta(beta(k)) == k; \\ Michel Marcus, Sep 11 2023
CROSSREFS
Cf. A127725 (2-imperfect).
Cf. A206369 (beta).
Sequence in context: A039559 A045753 A022381 * A039570 A032644 A124877
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Feb 06 2012
EXTENSIONS
a(7)-a(10) from Michel Marcus, Sep 11 2023
a(11)-a(12) from Amiram Eldar, Sep 12 2023
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 May 29 00:29 EDT 2024. Contains 372921 sequences. (Running on oeis4.)