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!)
A261628 Least prime p such that n-(p*n'-1) and n+(p*n'-1) are both prime where n' = (3+(-1)^n)/2, or 0 if no such prime p exists. 3
0, 0, 0, 0, 3, 0, 5, 2, 3, 2, 7, 3, 7, 2, 3, 2, 7, 3, 13, 2, 3, 5, 7, 3, 7, 2, 5, 5, 13, 7, 13, 5, 5, 2, 7, 3, 7, 5, 3, 2, 13, 3, 31, 2, 3, 17, 7, 3, 13, 2, 11, 5, 7, 7, 13, 2, 5, 11, 13, 7, 19, 5, 5, 2, 7, 3, 7, 11, 3, 2, 13, 13, 7, 17, 5, 2, 7, 3, 19, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Conjecture: 0 < a(n) < sqrt(2*n)*log(5*n) for all n > 6.
See also A261627.
Verified up to 10^9. - Mauro Fiorentini, Jul 05 2023
Conjecture verified for n < 1.2 * 10^12. Also, the 5 inside the log function can probably be replaced by 4.26. - Jud McCranie, Aug 26 2026
LINKS
Zhi-Wei Sun, Conjectures involving primes and quadratic forms, arXiv:1211.1588 [math.NT], 2012-2015.
EXAMPLE
a(43) = 31 since 31, 43-(31-1) = 13 and 43+(31-1) = 73 are all prime.
a(72) = 13 since 13, 72-(2*13-1) = 47 and 72+(2*13-1) = 97 are all prime.
MATHEMATICA
Do[Do[If[PrimeQ[n-(3+(-1)^n)/2*Prime[k]+1]&&PrimeQ[n+(3+(-1)^n)/2*Prime[k]-1], Print[n, " ", Prime[k]]; Goto[aa]], {k, 1, PrimePi[2n/(3+(-1)^n)]}]; Print[n, " ", 0]; Label[aa]; Continue, {n, 1, 80}]
CROSSREFS
Sequence in context: A130054 A236146 A196111 * A007431 A215447 A346692
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Aug 27 2015
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)