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!)
A067738 Numbers k such that sigma(k) + sigma(sigma(k)) is prime. 1

%I #12 May 20 2022 03:27:10

%S 1,2,3,7,22,32,49,52,66,70,93,94,97,98,115,119,121,127,169,170,196,

%T 214,241,242,256,265,337,343,364,441,450,513,529,567,577,578,597,679,

%U 723,784,800,841,967,1058,1225,1249,1369,1444,1521,1682,1731,1802,1849

%N Numbers k such that sigma(k) + sigma(sigma(k)) is prime.

%H Amiram Eldar, <a href="/A067738/b067738.txt">Table of n, a(n) for n = 1..10000</a>

%t Select[Range[2000],PrimeQ[DivisorSigma[1,#]+DivisorSigma[1, DivisorSigma[ 1,#]]]&] (* _Harvey P. Dale_, Apr 02 2018 *)

%Y Cf. A000203, A023194, A051027.

%K easy,nonn

%O 1,2

%A _Benoit Cloitre_, Feb 23 2002

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 28 06:27 EDT 2024. Contains 372020 sequences. (Running on oeis4.)