|
| |
|
|
A092939
|
|
Index of the first occurrence of prime(n) in A092938.
|
|
2
| |
|
|
1, 2, 10, 8, 52, 18, 57, 36, 96, 40, 110, 249, 154, 328, 123, 288, 495, 125, 826, 343, 546, 431, 670, 833, 694, 1555, 216, 1399, 1195, 1620, 1780, 3843, 2920, 647, 7722, 873, 7492, 4485, 6768, 8201, 7991, 5178, 11744, 2669, 16060, 5809, 11149, 18177, 5307
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Smallest k such that prime(n) = A092938(k).
|
|
|
EXAMPLE
| First occurrence of prime(6) = 13 is A092938(18), so a(6) = 18.
|
|
|
PROG
| (PARI) {v=vector(50); for(n=1, 20000, k=2*prime(n); j=1; while(!isprime(k-prime(j)), j=j+1); if(j<=z&&v[j]==0, v[j]=n)); for(i=1, #v, print1(v[i], ", "))}
|
|
|
CROSSREFS
| Cf. A092938, A092940.
Sequence in context: A037187 A166542 A189711 * A006610 A033839 A196367
Adjacent sequences: A092936 A092937 A092938 * A092940 A092941 A092942
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 23 2004
|
|
|
EXTENSIONS
| Edited and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Dec 23 2006
|
| |
|
|