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”).

A177506
Primes of the form 4*10^n+1.
2
5, 41, 401, 4001, 40000000000001
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[4 10^n + 1, {n, 0, 500}], PrimeQ] (* Vincenzo Librandi Jan 02 2014 *)
PROG
(Magma) [a: n in [0..250] | IsPrime(a) where a is 4*10^n+1];
CROSSREFS
Cf. A056806.
Sequence in context: A058475 A378957 A199684 * A064087 A329123 A375437
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Dec 11 2010
STATUS
approved