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!)
A334024 Numbers k such that s(k) = s(k+1), where s(k) is the sum of unitary divisors of k that are larger than sqrt(k) (A334023). 0
24752, 101972, 14257705 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(4) > 10^10.
LINKS
EXAMPLE
24752 is a term since A334023(24752) = A334023(24753) = 33896.
MATHEMATICA
s[n_] := DivisorSum[n, # &, #^2 > n && CoprimeQ[#, n/#] &]; Select[Range[1.5*10^7], s[#] == s[# + 1] &]
CROSSREFS
Sequence in context: A216069 A204481 A052356 * A184093 A252639 A252146
KEYWORD
nonn,bref,more
AUTHOR
Amiram Eldar, Apr 12 2020
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 June 9 03:53 EDT 2024. Contains 373227 sequences. (Running on oeis4.)