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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101397 Numbers n such that 4*10^n+3 is prime. 2
0, 1, 3, 7, 10, 40, 419, 449, 1737, 2245, 3131, 3813, 5345, 5659, 5681, 8410, 9097, 11293, 21061 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
See Kamada link for search limit and prime vs. PRP status.
a(20) > 2*10^5. - Robert Price, Jul 17 2015
LINKS
Sabin Tabirca and Kieran Reynolds, Lacunary Prime Numbers.
FORMULA
a(n) = A101713(n-1) + 1.
EXAMPLE
n = 1, 3, 7, 10 are members since 43, 4003, 40000003 and 40000000003 are prime numbers.
MATHEMATICA
Do[ If[ PrimeQ[4*10^n + 3], Print[n]], {n, 0, 10000}] (* Robert G. Wilson v, Jan 18 2005 *)
PROG
(PARI) is(n)=ispseudoprime(4*10^n+3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A193650 A041783 A041899 * A042229 A042373 A265686
KEYWORD
nonn
AUTHOR
Julien Peter Benney (jpbenney(AT)ftml.net), Jan 15 2005
EXTENSIONS
a(18)-a(19) from Kamada data by Robert Price, Dec 10 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 May 8 23:08 EDT 2024. Contains 372341 sequences. (Running on oeis4.)