Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A214519 Least number m such that 4*m^2 + 1 is prime and the next prime of this form is 4*(m + A214518(n))^2 + 1. 2
1, 3, 13, 20, 47, 92, 175, 248, 1695, 1768, 22685, 41367, 49532, 178582, 420452, 1940278, 13957468, 20258760 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
n = 1; last = 1; t = {1}; t2 = {1}; While[Length[t] < 10, n++; p = 1 + 4 n^2; If[PrimeQ[p], If[n - last > t[[-1]], AppendTo[t, n - last]; AppendTo[t2, last]]; last = n]]; t2
CROSSREFS
Cf. A121326 (primes of the form 1+4*n^2), A214517, A214518 (record differences).
Sequence in context: A178712 A273686 A215567 * A099502 A145024 A055059
KEYWORD
nonn,hard,more
AUTHOR
T. D. Noe, Aug 06 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 August 18 20:12 EDT 2024. Contains 375274 sequences. (Running on oeis4.)