|
Search: id:A078563
|
|
|
| A078563 |
|
a(n) = the least positive integer N such that g(N) = n g(N-1), where g(k) = prime(k+1)-prime(k). |
|
+0 1
|
|
| 3, 2, 11, 1022, 34, 46, 4714, 295, 99, 14372, 297, 263, 40026, 429, 985, 161441, 1457, 3087, 413695, 2344, 1879, 278832, 14939, 8423, 887313, 2810, 4260, 3589373, 7810, 13820
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Conjecture: The equation g(N) = n g(N-1), for a fixed positive integer n, is always solvable for N.
|
|
EXAMPLE
|
N = 2 is the least positive integer such that g(N) = 2 = 2(1) = 2 g(N-1), so a(2) = 2.
|
|
MATHEMATICA
|
pg[n_] := Module[{r = 0, i = 2, a, b, c, p = False}, While[ ! p, a = Prime[i - 1]; b = Prime[i]; c = Prime[i + 1]; If[c - b == n (b - a), r = i; p = True]; i = i + 1]; r]; Table[pg[i], {i, 1, 30}]
|
|
CROSSREFS
|
Sequence in context: A087956 A116391 A087629 this_sequence A016560 A122407 A098646
Adjacent sequences: A078560 A078561 A078562 this_sequence A078564 A078565 A078566
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Jan 07 2003
|
|
|
Search completed in 0.002 seconds
|