|
Search: id:A141654
|
|
|
| A141654 |
|
Integers, k > -2, which are not of the form (n-p(n+3)+p(n+1)/(p(n+2)-p(n))), where p(i) is the i-th prime. |
|
+0 1
|
|
| 2, 4, 14, 16, 20, 22, 26, 29, 31, 33, 35, 36, 37, 39, 43, 46, 49, 52, 55, 56, 59, 65, 68, 69, 71, 73, 74, 78, 79, 80, 83, 90, 93, 99, 100, 107, 109, 110, 113, 114, 121, 124, 125, 126, 131, 132, 135, 143, 145, 148, 153, 155, 164, 168, 171, 179, 182, 184, 185, 195, 196, 197
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
There exists no positive integer, j, such that 2 == (j-p(j+3)+p(j+1)/(p(j+2)-p(j))).
|
|
MATHEMATICA
|
f[n_] := (n - Prime[n + 3] + Prime[n + 1])/(Prime[n + 2] - Prime[n]); lst = {}; Do[ k = f@n; If[k < 10000 && IntegerQ@ k; lst = Union@ lst], {n, 10^7}]; Complement[Range@200, Take[lst, 200]]; (* Robert G. Wilson v *)
|
|
CROSSREFS
|
Sequence in context: A095909 A151872 A087420 this_sequence A054600 A077570 A032398
Adjacent sequences: A141651 A141652 A141653 this_sequence A141655 A141656 A141657
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Juri-Stepan Gerasimov (2stepan(AT)rambler.ru) & Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 10 2008
|
|
|
Search completed in 0.002 seconds
|