|
Search: id:A068365
|
|
|
| A068365 |
|
Numbers n such that sigma(n)=phi((prime(n)+prime(n+1))/2). |
|
+0 1
|
|
| 14, 24, 308, 474, 690, 1242, 2970, 9690, 10340, 13110, 18270, 26400, 161880
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Are there any odd numbers in the sequence?
There are no more terms up to 2500000. - Rick L. Shepherd (rshepherd2(AT)hotmail.com), Aug 29 2002
|
|
PROGRAM
|
(PARI) for(n=2, 2500000, if(sigma(n)==eulerphi((prime(n)+prime(n+1))/2), print1(n, ", ")))
|
|
CROSSREFS
|
Adjacent sequences: A068362 A068363 A068364 this_sequence A068366 A068367 A068368
Sequence in context: A111743 A141838 A140499 this_sequence A061923 A031075 A020227
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 28 2002
|
|
EXTENSIONS
|
More terms from Rick L. Shepherd (rshepherd2(AT)hotmail.com), Aug 29 2002
|
|
|
Search completed in 0.002 seconds
|