|
Search: id:A068368
|
|
|
| A068368 |
|
Composite n such that sigma(2n+1)-sigma(n)=n+1. |
|
+0 1
|
|
| 16, 335, 8399, 12599, 16383, 62999, 546359, 743999, 2815199, 3046655, 3592655, 8422679, 25357439, 26356199, 29318279, 75428999, 112039199, 202417343, 226325999, 329611559, 335894159, 452921039
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Primes satisfying sigma(2p+1)-sigma(p)=p+1 are Sophie Germain primes A005384(n)
|
|
PROGRAM
|
(PARI) for(n=1, 500000000, if((sigma(2*n+1)-sigma(n)==n+1) && (!isprime(n)), print1(n, ", ")))
|
|
CROSSREFS
|
Sequence in context: A165128 A165121 A159536 this_sequence A013993 A058722 A136269
Adjacent sequences: A068365 A068366 A068367 this_sequence A068369 A068370 A068371
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 28 2002
|
|
EXTENSIONS
|
More terms from Rick L. Shepherd (rshepherd2(AT)hotmail.com), May 08 2002
|
|
|
Search completed in 0.002 seconds
|