|
Search: id:A067076
|
|
|
| A067076 |
|
Numbers n such that 2n+3 is a prime. |
|
+0 33
|
|
| 0, 1, 2, 4, 5, 7, 8, 10, 13, 14, 17, 19, 20, 22, 25, 28, 29, 32, 34, 35, 38, 40, 43, 47, 49, 50, 52, 53, 55, 62, 64, 67, 68, 73, 74, 77, 80, 82, 85, 88, 89, 94, 95, 97, 98, 104, 110, 112, 113, 115, 118, 119, 124, 127, 130, 133, 134, 137, 139, 140, 145, 152, 154, 155
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
The following sequences (allowing offset of first term) all appear to have the same parity: A034953, triangular numbers with prime indices; A054269, length of period of continued fraction for sqrt(p), p prime; A082749, difference between the sum of next prime(n) natural numbers and the sum of next n primes; A006254, numbers n such that 2n-1 is prime; A067076, 2n+3 is a prime. - Jeremy Gardiner (jeremy.gardiner(AT)btinternet.com), Sep 10 2004
n is in the sequence iff none of the numbers (n-3k)/(2k+1), 1<=k<=(n-1)/5, is positive integer. [From Vladimir Shevelev (shevelev(AT)bgu.ac.il), May 31 2009]
Let p = prime number; n is not in the sequence if n=(p^2-3)/2 mod (p) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Jul 06 2009]
|
|
LINKS
|
Vincenzo Librandi, Triangolo Librandi e numeri primi
|
|
FORMULA
|
a(n) = A006254(n+1)-2 = A086801(n)/2.
a(n) = A089253(n)-4 - Giovanni Teofilatto (g.teofilatto(AT)tiscalinet.it), Dec 14 2003
Conjecture: a(n)=A008507(n)+n-1 = A005097(n)-1 = A102781(n+1)-1. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 07 2009]
|
|
MATHEMATICA
|
lst={}; Do[If[PrimeQ[2*n+3], AppendTo[lst, n]], {n, 10^3}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 08 2008]
|
|
CROSSREFS
|
Cf. A006254, A086801, A089253.
a(n) = A089192(n)- 5
Sequence in context: A091627 A160830 A027902 this_sequence A060686 A004214 A072013
Adjacent sequences: A067073 A067074 A067075 this_sequence A067077 A067078 A067079
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
David G. Williams (davwill24(AT)aol.com), Aug 17 2002
|
|
|
Search completed in 0.003 seconds
|