A094483 Primes of form 2^j + 179^j.
2, 181, 1026625697, 1110832290554380967776058484990830657
Offset: 1
Keywords
Programs
-
Mathematica
Select[Table[2^j+179^j, {j,0,30}], PrimeQ] (* Harvey P. Dale, Apr 24 2013 *)
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.
Select[Table[2^j+179^j, {j,0,30}], PrimeQ] (* Harvey P. Dale, Apr 24 2013 *)
The relevant exponents are powers of 2: 0, 1, 4, 16; a(4) = 65536+461^16 = 4161163747708008324368372925882377717624897.
Comments