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.

A094483 Primes of form 2^j + 179^j.

This page as a plain text file.
%I A094483 #9 Oct 15 2013 22:32:24
%S A094483 2,181,1026625697,1110832290554380967776058484990830657
%N A094483 Primes of form 2^j + 179^j.
%C A094483 No additional terms through j=1000. - _Harvey P. Dale_, Apr 24 2013
%C A094483 The number j must be zero or a power of 2.  Checked j being powers of two through 2^19. Thus a(5) > 10^2300000. Primes of this magnitude are rare (about 1 in 5.4 million), so chance of finding one is remote with today's computer algorithms and speeds. - _Robert Price_, May 05 2013
%t A094483 Select[Table[2^j+179^j, {j,0,30}], PrimeQ] (* _Harvey P. Dale_, Apr 24 2013 *)
%Y A094483 Cf. A082101, A094473-A094482.
%K A094483 nonn
%O A094483 1,1
%A A094483 _Labos Elemer_, Jun 01 2004