Starting with a(1) = 3, a(2) = 5, a(n+1) is the smallest prime number greater than the previous term a(n) such that there exists k satisfying 1<=k<n, a(n+1) = 2*a(n) - a(k).
A238137
Starting with a(1) = 3, a(2) = 5, a(n+1) is the smallest prime number greater than the previous term a(n) such that there exists k satisfying 1<=k<n, a(n+1) = 2*a(n) - a(k).
Terms
- a(0) =3a(1) =5a(2) =7a(3) =11a(4) =17a(5) =23a(6) =29a(7) =41a(8) =53a(9) =83a(10) =113a(11) =173a(12) =233a(13) =293a(14) =353a(15) =593a(16) =953a(17) =1553a(18) =2153a(19) =2753a(20) =5153a(21) =8753a(22) =14753a(23) =20753a(24) =36353a(25) =71153a(26) =105953a(27) =211313a(28) =419873a(29) =733793
External references
- oeis: A238137