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.
%I A144730 #5 Jun 18 2021 15:25:46 %S A144730 4,7,13,19,33,35,36,43,48,55,59,62,87,129,149,153,159,190,228,231,245, %T A144730 265,266,269,284,300,329,331,340,347,372,432,449,450,461,485,496,500, %U A144730 514,544,560,565,594,598,605,614,639,677,684,734,736,794,804,813,882 %N A144730 a(n) is the smallest positive integer m such that b * (Product_{k=1..n} a(k)) + 1 is prime, with b = 7. %t A144730 k = 7; a = {}; Do[If[PrimeQ[k n + 1], k = k n; AppendTo[a, n]], {n, 1, 3000}]; a (*Artur Jasinski*) %Y A144730 A046966, A046972, A144717, A144718, A144722, A144723, A144724, A144725, A144726, A144727, A144728, A144729, A144731 %K A144730 nonn %O A144730 1,1 %A A144730 _Artur Jasinski_, Sep 19 2008 %E A144730 Definition corrected by _Georg Fischer_, Jun 18 2021