|
Search: id:A126245
|
|
|
| A126245 |
|
(p+2)! if p prime and p+2 prime. |
|
+0 1
|
|
| 120, 5040, 6227020800, 121645100408832000, 8222838654177922817725562880000000, 60415263063373835637355132068513997507264512000000000
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
3 and 5...........5!=120
5 and 7...........7!=5040
17 and 19........19!=121645100408832000
|
|
MAPLE
|
ZL:=[]:for p from 1 to 53 do if (isprime(p) and isprime(p+2)) then ZL:=[op(ZL), ((p+2)!)]; fi; od; print(ZL);
|
|
CROSSREFS
|
Sequence in context: A140907 A072419 A031145 this_sequence A008661 A061541 A003438
Adjacent sequences: A126242 A126243 A126244 this_sequence A126246 A126247 A126248
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 08 2007
|
|
|
Search completed in 0.002 seconds
|