|
Search: id:A139186
|
|
|
| A139186 |
|
Indices of smaller factorial twin primes (smaller positive k that (k!-n)/n and (k!+n)/n are primes). |
|
+0 3
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Smaller from pair of smallest factorial twin primes see A139187
Larger of pair of smallest factorial twin primes see A139188
|
|
MATHEMATICA
|
a = {}; Do[k = 1; While[ ! (PrimeQ[(k! - n)/n] && PrimeQ[(k! + n)/n]), k++ ]; AppendTo[a, k]; Print[a], {n, 1, 6}]; a (*Artur Jasinski*)
|
|
CROSSREFS
|
Cf. A139187, A139188.
Adjacent sequences: A139183 A139184 A139185 this_sequence A139187 A139188 A139189
Sequence in context: A101432 A098744 A023823 this_sequence A047840 A037189 A083342
|
|
KEYWORD
|
nonn,uned
|
|
AUTHOR
|
Artur Jasinski (grafix(AT)csl.pl), Apr 11 2008
|
|
|
Search completed in 0.002 seconds
|