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!)
A246857 Numbers k such that sigma(k + sigma(k)) = 2*sigma(k). 3
2, 3, 5, 11, 23, 29, 41, 53, 83, 89, 113, 131, 173, 179, 191, 233, 239, 251, 281, 293, 329, 359, 413, 419, 431, 443, 491, 509, 593, 623, 641, 653, 659, 683, 719, 743, 761, 809, 869, 911, 953, 979, 1013, 1019, 1031, 1049, 1103, 1223, 1229, 1289, 1409, 1439, 1451 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Union of A005384 (Sophie Germain primes) and A246858.
First composite number in sequence is 329 (see A246858).
LINKS
EXAMPLE
Composite number 329 (with sigma(329) = 384) is in sequence because sigma(329+sigma(329)) = sigma(713) = 768 = 2*384.
Prime 359 (with sigma(359) = 360) is in sequence because sigma(359+sigma(359)) = sigma(719) = 720 = 2*360.
MATHEMATICA
Select[Range[1500], DivisorSigma[1, # + DivisorSigma[1, #]] == 2 DivisorSigma[1, #] &] (* Michael De Vlieger, Aug 05 2021 *)
PROG
(Magma) [n:n in[1..10000] | SumOfDivisors(n+SumOfDivisors(n)) eq 2*SumOfDivisors(n)]
(PARI) select(n -> sigma(n+sigma(n))==2*sigma(n), [1..1000]) \\ Edward Jiang, Sep 05 2014
CROSSREFS
Sequence in context: A131101 A188534 A214196 * A005384 A118571 A118504
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Sep 05 2014
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 19 04:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)