cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A067260 Numbers k such that sigma(k+1) = 2*phi(k).

Original entry on oeis.org

13, 43, 109, 151, 589, 883, 2143, 2725, 4825, 4921, 9541, 13189, 21637, 22249, 22489, 29971, 30229, 33787, 36247, 72541, 73513, 83287, 94489, 109213, 113269, 117367, 189103, 190489, 198457, 216529, 247597, 277447, 297307, 320137, 353821, 357751, 376753, 391543
Offset: 1

Views

Author

Benoit Cloitre, Feb 21 2002

Keywords

Comments

If p=2^n+3 and both numbers p & q=(1/2)*(p^2-3p-2) are primes then q is in the sequence, because sigma(q+1)=sigma((1/2)*(p-3)*p)= sigma(2^(n-1)*p)=(2^n-1)*(p+1)=(p-4)*(p+1)=p^2-3p-4=2q-2=2*phi(q). 13, 43, 151, 2143 & 34360131583 are such terms corresponding to n = 2, 3, 4, 6 & 18. - Farideh Firoozbakht, Feb 16 2008

Crossrefs

Programs

  • Mathematica
    Do[If[DivisorSigma[1,n+1]==2*EulerPhi@n,Print[n]],{n,200000}] (* Farideh Firoozbakht, Feb 16 2008 *)

Extensions

More terms from Amiram Eldar, Apr 24 2022

A225774 Primes p such that sigma(sigma(p)) = 2*phi(p); sigma(n) = A000203(n); phi(n) = A000010(n).

Original entry on oeis.org

13, 43, 109, 151, 883, 2143, 34360131583
Offset: 1

Views

Author

Jaroslav Krizek, Jul 26 2013

Keywords

Comments

There are no other terms <= 2*10^8.
Also primes p such that sigma(p + 1) = 2*phi(p) = 2p - 2.
Also primes p such that sigma(sigma(p)) - sigma(p) - p = -3. The only composite number <= 2*10^8 with this property is the number 4.
Subsequence of primes in A135241 (numbers k such that sigma(sigma(k)) = 2*phi(k)).
Primes p such that sigma(p+1)-2*(p+1) = -4. - Donovan Johnson, Aug 01 2013

Examples

			sigma(sigma(13)) = 2*phi(13) = 24.
		

Crossrefs

Extensions

a(7) from Donovan Johnson, Aug 01 2013
Showing 1-2 of 2 results.