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!)
A101395 Numbers n such that 4*10^n+7 is prime. 1
0, 1, 3, 9, 39, 2323 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
No further terms < 50000.
a(7) > 2*10^5. - Robert Price May 16 2015
LINKS
Sabin Tabirca and Kieran Reynolds, Lacunary Prime Numbers.
FORMULA
a(n) = A101714(n-1) + 1.
EXAMPLE
n = 1, 3, 9 are members since 47, 4007 and 4000000007 are primes.
MATHEMATICA
Do[ If[ PrimeQ[4*10^n + 7], Print[n]], {n, 0, 10000}]
PROG
(PARI) is(n)=ispseudoprime(4*10^n+7) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Sequence in context: A340913 A079096 A143293 * A365121 A229244 A218504
KEYWORD
hard,nonn
AUTHOR
Julien Peter Benney (jpbenney(AT)ftml.net), Jan 15 2005
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 April 25 06:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)