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!)
A048968 Numbers k such that sigma(k) / d(k) is prime. 5

%I #29 Nov 28 2021 12:26:34

%S 3,5,6,13,20,37,45,49,61,73,150,157,169,193,277,313,361,397,421,457,

%T 541,613,661,673,733,757,832,877,961,997,1093,1153,1201,1213,1237,

%U 1321,1381,1445,1453,1621,1657,1734,1753,1849,1873,1933,1993,2017,2137,2341

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

%C Union of A005383 and A048969.

%H T. D. Noe, <a href="/A048968/b048968.txt">Table of n, a(n) for n = 1..1000</a>

%p with(numtheory); A048968:=n->`if`(type(sigma(n)/tau(n), prime), n, NULL); seq(A048968(n), n=1..2400); # _Wesley Ivan Hurt_, Feb 04 2014

%t Select[ Range[2400], PrimeQ[ DivisorSigma[1, #] / DivisorSigma[0, #] ]& ] (* _Jean-François Alcover_, Sep 24 2012 *)

%Y Cf. A000203, A000005, A005383, A048969.

%K nonn,nice

%O 1,1

%A _G. L. Honaker, Jr._

%E More terms from _Jud McCranie_

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 30 20:43 EDT 2024. Contains 372141 sequences. (Running on oeis4.)