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!)
A252661 Numbers m such that 8^m - m is a semiprime. 2

%I #11 Sep 08 2022 08:46:10

%S 2,7,9,111,129,133,361

%N Numbers m such that 8^m - m is a semiprime.

%C a(8) >= 369. - _Hugo Pfoertner_, Aug 03 2019

%H factordb.com, <a href="http://factordb.com/index.php?query=8%5E369-369">Status of 8^369-369</a>.

%e 2 is in this sequence because 8^2-2 = 2*31 is semiprime.

%e 9 is in this sequence because 8^9-9 = 23*5835553 and these two factors are prime.

%t Select[Range[70],PrimeOmega[8^# - #]==2 &]

%o (Magma) IsSemiprime:=func<i | &+[d[2]: d in Factorization(i)] eq 2>; [m: m in [1..70] | IsSemiprime(s) where s is 8^m-m];

%Y Cf. similar sequences listed in A252656.

%K nonn,more,hard

%O 1,1

%A _Vincenzo Librandi_, Dec 21 2014

%E a(4)-a(7) from _Hugo Pfoertner_, Aug 03 2019

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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)