A049883 Primes in the Jacobsthal sequence (A001045).
3, 5, 11, 43, 683, 2731, 43691, 174763, 2796203, 715827883, 2932031007403, 768614336404564651, 201487636602438195784363, 845100400152152934331135470251, 56713727820156410577229101238628035243
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..23
Programs
-
Mathematica
Select[Table[(2^n + (-1)^(n - 1))/3, {n, 200}], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Mar 29 2011 *)
Comments