A106172 Positions of records in A107058.
1, 2, 3, 6, 10, 11, 42, 53, 89, 142, 204, 238, 324, 434, 764, 926
Offset: 1
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
a(1) = 1 because p(1)*p(2) + 1 = 2*3 + 1 = 7 -> prime
NextPrime[#]-#&/@Times@@@Partition[Prime[Range[100]],2,1] (* Harvey P. Dale, May 28 2013 *)
Comments