|
Search: id:A070866
|
|
|
| A070866 |
|
Smallest prime such that the difference of successive terms is non-decreasing. |
|
+0 2
|
|
| 2, 3, 5, 7, 11, 17, 23, 29, 37, 47, 59, 71, 83, 97, 113, 131, 149, 167, 191, 223, 257, 293, 331, 373, 419, 467, 521, 577, 641, 709, 787, 877, 967, 1061, 1163, 1277, 1399, 1523, 1657, 1801, 1949, 2099, 2251, 2411, 2579, 2749, 2927, 3109, 3299, 3491, 3691, 3907
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
FORMULA
|
a(1)=2, a(2)=3, a(n) = A007918(2*a(n-1)-a(n-2)). - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul 08 2004
|
|
PROGRAM
|
(PARI) s=1; t=1; for(n=1, 100, s=s+t; while(isprime(s+t)==0, t++); print1(s+t, ", "))
|
|
CROSSREFS
|
Cf. A070865.
Adjacent sequences: A070863 A070864 A070865 this_sequence A070867 A070868 A070869
Sequence in context: A057751 A040046 A075551 this_sequence A040089 A113161 A038953
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 16 2002
|
|
EXTENSIONS
|
More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), May 20 2002
|
|
|
Search completed in 0.002 seconds
|