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!)
A143788 Prime numbers p such that p + q = 117810 with q prime and p*q=58905^2-x^2 1
13, 23, 31, 37, 47, 53, 59, 79, 83, 89, 101, 107, 109, 131, 137, 139, 151, 167, 191, 193, 233, 239, 269, 271, 281, 293, 307, 311, 313, 367, 373, 379, 383, 397, 421, 439, 449, 457, 479, 491, 503, 541, 569, 571, 587, 601, 607, 617, 619, 643, 647, 677, 683, 691 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequence has 2613 terms.
LINKS
P. CAMI, Table of n, a(n) for n = 1..2613 (complete sequence)
MATHEMATICA
okQ[n_]:=Module[{q=117810-n}, PrimeQ[q]&&IntegerQ[Sqrt[3469799025- n*q]]]; Select[Prime[Range[200]], okQ] (* Harvey P. Dale, Jul 18 2011 *)
PROG
(Other) n = 58905, a(i) = odd primes k = 0: i = 0: j = 11300 10 k = k + 1 If k > (n - 3) / 2 Then End p = 2 * k + 1: q = 2 * (n - k - 1) + 1 15 i = i + 1 If p < a(i) Then i = i - 1: GoTo 10 If p = a(i) Then GoTo 20 GoTo 15 20 j = j - 1 If q > a(j) Then j = j + 1: GoTo 10 If q = a(j) Then Print p: GoTo 10 GoTo 20 GoTo 10
CROSSREFS
Sequence in context: A171122 A342253 A296806 * A351686 A165459 A108794
KEYWORD
fini,full,nonn
AUTHOR
Pierre CAMI, Sep 01 2008
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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)