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!)
A342190 Numbers k such that A001065(k) = sigma(k) - k is the sum of 2 squares. 1
1, 2, 3, 5, 7, 9, 10, 11, 12, 13, 14, 15, 17, 19, 23, 24, 26, 27, 29, 31, 34, 35, 37, 39, 40, 41, 43, 44, 46, 47, 49, 53, 55, 56, 58, 59, 61, 62, 63, 67, 68, 70, 71, 73, 74, 75, 76, 78, 79, 80, 81, 83, 89, 90, 94, 95, 97, 98, 100, 101, 103, 104, 107, 109, 110 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Troupe (2020) proved that N(x), the number of terms not exceeding x, has an order of magnitude x/sqrt(x), i.e., there are two positive constants c1 and c2 such that c1*x/sqrt(x) < N(x) < c2*x/sqrt(x) for sufficiently large x.
All the primes are in this sequence since A001065(p) = 1 = 0^2 + 1^2 for a prime p.
LINKS
Lee Troupe, Divisor sums representable as the sum of two squares, Proceedings of the American Mathematical Society, Vol. 148, No. 10 (2020), pp. 4189-4202.
EXAMPLE
1 is a term since A001065(1) = 0 = 0^2 + 0^2.
9 is a term since A001065(9) = 4 = 0^2 + 2^2.
MATHEMATICA
s[n_] := DivisorSigma[1, n] - n; Select[Range[100], SquaresR[2, s[#]] > 0 &]
CROSSREFS
Sequence in context: A102246 A089743 A080587 * A175415 A304721 A063464
KEYWORD
nonn
AUTHOR
Amiram Eldar, Mar 04 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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)