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!)
A056806 Numbers n such that 4*10^n + 1 is prime. 10
0, 1, 2, 3, 13, 229, 242, 309, 957, 1473, 1494, 3182, 3727, 4177, 23210, 25719, 32835, 36990, 103958 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Some of the results were computed using the PrimeFormGW (PFGW) primality-testing program. - Hugo Pfoertner, Nov 14 2019
LINKS
Sabin Tabirca and Kieran Reynolds, Lacunary Prime Numbers.
FORMULA
a(n) = A101712(n-1) + 1.
MATHEMATICA
Do[ If[ PrimeQ[ 4*10^n + 1], Print[ n ]], {n, 0, 30000}]
PROG
(PARI) is(n)=isprime(4*10^n+1) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Cf. A056797 (9*10^n+1 is prime), A101712.
Sequence in context: A113494 A139520 A132535 * A270403 A119564 A132358
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Aug 22 2000
EXTENSIONS
a(12)-a(16) using PrimeForm from Hugo Pfoertner, Jul 08 2004
32835 from Ray Chandler, Aug 30 2010
36990 from Peter Benson, Aug 23 2003 confirmed as next term by Ray Chandler, Sep 07 2010
103958 from Peter Benson, Dec 31 2004 confirmed as next term by Ray Chandler, Feb 18 2012
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 23 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)