|
| |
|
|
A102607
|
|
Numbers L such that 1LMN1 is prime, where M=L+1 and N=M+1.
|
|
2
| |
|
|
3, 4, 5, 7, 12, 17, 24, 28, 33, 35, 37, 39, 40, 41, 50, 55, 58, 62, 66, 67, 75, 77, 79, 80, 90, 91, 97, 104, 109, 116, 125, 137, 141, 160, 174, 176, 186, 189, 195, 207, 211, 223, 227, 236, 241, 245, 257, 273, 277, 279, 288, 290, 297, 300, 304, 305, 313, 314, 333, 336
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
EXAMPLE
| If L=3, then M=4 and N=5 and 13451 is prime.
If L=35, then M=36 and N=37 and 13536371 is prime.
If L=67, then M=68 and N=69 and 16768691 is prime.
|
|
|
MATHEMATICA
| Select[Range[340], PrimeQ[FromDigits[Flatten[IntegerDigits /@ {1, #, # + 1, # + 2, 1}]]] &]
|
|
|
CROSSREFS
| Cf. A102606, A102608.
Sequence in context: A173444 A120424 A139440 * A079463 A190213 A192269
Adjacent sequences: A102604 A102605 A102606 * A102608 A102609 A102610
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jan 29 2005
|
|
|
EXTENSIONS
| Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Jan 30 2005
|
| |
|
|