VOOZH
about
URL: https://oeis.org/A177506
⇱ A177506 - OEIS
login
A177506
Primes of the form 4*10^n+1.
2
5, 41, 401, 4001, 40000000000001
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
LINKS
Vincenzo Librandi,
Table of n, a(n) for n = 1..9
Makoto Kamada,
Prime numbers of the form 400...001
.
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
A386266
A329123
Adjacent sequences:
A177503
A177504
A177505
*
A177507
A177508
A177509
KEYWORD
nonn
AUTHOR
Vincenzo Librandi
, Dec 11 2010
STATUS
approved