login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Numbers of the form 2^(t-1)*(2^t-9), where 2^t-9 is prime.
2

%I #15 May 12 2023 09:33:01

%S 56,368,128768,2087936,8589344768,2199013818368,36893488108764397568,

%T 904625697166532776746648320380374279912262923807289020860114158381451706368

%N Numbers of the form 2^(t-1)*(2^t-9), where 2^t-9 is prime.

%C Subsequence of A181595.

%C (Proof: Let m=2^(t-1)*(2^t-9) be the entry. By the multiplicative property of the sigma-function, sigma(m)=(2^t-1)*(2^t-8).

%C The abundance sigma(m)-2*m is therefore 8, and since all t involved are >=4, 8 is a divisor of m because 8 divides 2^(t-1).)

%t 2^(#-1) (2^#-9)&/@Select[Range[3,130],PrimeQ[2^#-9]&] (* _Harvey P. Dale_, Oct 24 2011 *)

%Y Cf. A059610, A181595, A181701, A000396, A181703, A181704

%K nonn

%O 1,1

%A _Vladimir Shevelev_, Nov 06 2010

%E Edited by _R. J. Mathar_, Sep 12 2011