login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


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: A026000 A058475 A199684 * A064087 A329123 A375437
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Dec 11 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 23 08:38 EDT 2024. Contains 376146 sequences. (Running on oeis4.)