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!)
A235661 Primes p with p*(p+1) - prime(p) prime. 6
2, 3, 5, 11, 19, 29, 37, 41, 53, 61, 71, 89, 131, 137, 149, 157, 233, 263, 271, 281, 293, 331, 337, 359, 389, 431, 433, 439, 457, 487, 499, 571, 617, 631, 659, 701, 739, 751, 761, 809, 859, 877, 907, 911, 1009, 1019, 1031, 1033, 1087, 1093 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence is a subsequence of A235592.
By the conjecture in A232353, this sequence should have infinitely many terms.
LINKS
EXAMPLE
2 is a term because 2*3 - prime(2) = 3 is prime.
3 is a term because 3*4 - prime(3) = 7 is prime.
5 is a term because 5*6 - prime(5) = 19 is prime.
MATHEMATICA
PQ[n_]:=PrimeQ[n(n+1)-Prime[n]]
n=0; Do[If[PQ[Prime[k]], n=n+1; Print[n, " ", Prime[k]]], {k, 1, 1000}]
CROSSREFS
Sequence in context: A231479 A084758 A087582 * A070865 A084697 A037082
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Jan 13 2014
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)