The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A202106 Smallest prime p such that 4n^2+p is prime. 0
3, 3, 5, 3, 3, 5, 3, 7, 7, 19, 3, 11, 7, 3, 7, 7, 7, 5, 3, 7, 13, 13, 13, 5, 3, 3, 11, 31, 7, 7, 3, 3, 7, 13, 3, 5, 3, 3, 5, 73, 13, 13, 37, 13, 11, 3, 3, 5, 19, 7, 23, 31, 3, 13, 7, 3, 5, 7, 7, 7, 3, 7, 5, 37, 3, 7, 3, 7, 7, 3, 13, 7, 3, 7, 11, 13, 3, 23, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
n=1: 4+3=7 prime, n=2: 16+3=19 prime,
n=3: 36+5=41 prime, n=10: 400+19=419 prime.
MATHEMATICA
Table[p=3; While[!PrimeQ[4n^2+p], p=NextPrime[p]]; p, {n, 100}]
CROSSREFS
Sequence in context: A054906 A269733 A138479 * A136019 A242017 A063714
KEYWORD
nonn
AUTHOR
Zak Seidov, Dec 11 2011
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 19 22:44 EDT 2024. Contains 372703 sequences. (Running on oeis4.)