cp's OEIS Frontend

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.

A168144 First differences of A168143 which are different from 1, incremented by 14.

This page as a plain text file.
%I A168144 #12 Jan 27 2019 19:40:09
%S A168144 19,23,31,47,79
%N A168144 First differences of A168143 which are different from 1, incremented by 14.
%C A168144 All terms of the sequence are primes greater than 17.
%C A168144 Are there more than 5 terms?
%H A168144 E. S. Rowland, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL11/Rowland/rowland21.html">A natural prime-generating recurrence</a>, Journal of Integer Sequences, 11 (2008), Article 08.2.8.
%H A168144 V. Shevelev, <a href="https://arxiv.org/abs/0910.4676">An infinite set of generators of primes based on the Rowland idea and conjectures concerning twin primes</a>, arXiv:0910.4676 [math.NT], 2009.
%H A168144 V. Shevelev, <a href="https://arxiv.org/abs/0911.3491">Generalizations of the Rowland theorem</a>, arXiv:0911.3491 [math.NT], 2009-2010.
%t A168144 A168143[17] = 37;
%t A168144 A168143[n_] := A168143[n] = If[GCD[n, A168143[n - 1]] > 1 && FactorInteger[n][[1, 1]] > 17, 3 n - 14, A168143[n - 1] + 1]
%t A168144 DeleteCases[Differences[A168143 /@ Range[17, 100]], 1] + 14 (* _Eric Rowland_, Jan 27 2019 *)
%Y A168144 Cf. A168143, A167495, A167494, A167493, A167197, A167195, A167170, A167168, A106108, A132199, A167054, A167053, A166944, A166945, A116533, A163961, A163963, A084662, A084663, A134162, A135506, A135508, A118679, A120293.
%K A168144 nonn
%O A168144 1,1
%A A168144 _Vladimir Shevelev_, Nov 19 2009
%E A168144 Corrected and edited by _Eric Rowland_, Jan 27 2019