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!)
A348628 Numbers k such that k and k+1 have the same sum of nonexponential divisors (A160135). 0
1, 2, 3, 4, 15, 44, 674, 478899 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that A160135(k) = A160135(k+1).
a(9) > 1.6 * 10^11, if it exists.
LINKS
EXAMPLE
2 is a term since A160135(2) = A160135(3) = 1.
15 is a term since A160135(15) = A160135(16) = 9.
MATHEMATICA
esigma[n_] := Times @@ (Sum[First[#]^d, {d, Divisors[Last[#]]}] &) /@ FactorInteger[n]; s[1] = 1; s[n_] := DivisorSigma[1, n] - esigma[n]; Select[Range[500000], s[#] == s[# + 1] &]
CROSSREFS
Cf. A160135.
Similar sequences: A002961, A064115, A064125, A293183, A306985, A348346.
Sequence in context: A295757 A005645 A362639 * A281586 A365739 A217714
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Oct 26 2021
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 15 08:34 EDT 2024. Contains 372538 sequences. (Running on oeis4.)