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 A194944 #16 May 07 2023 10:05:16 %S A194944 1,2,4,6,10,12,20,24,26,30,32,38,42,44,46,60,84,108,114,126,144,166, %T A194944 182,192,212,234,246,258,276,278,288,294,310,406,480,494,504,534,618, %U A194944 634 %N A194944 Records in A034693. %F A194944 a(n) = A034693(A194945(n)). - _R. J. Mathar_, May 05 2023 %o A194944 (PARI) A034693(n)=my(k=n+1);while(!isprime(k),k+=n);(k-1)/n %o A194944 r=0;forstep(n=1,1e9,2,t=A034693(n);if(t>r,r=t;print1(t", "))) %Y A194944 Cf. A034693, A194945 (positions). %K A194944 nonn,hard %O A194944 1,2 %A A194944 _Charles R Greathouse IV_, Sep 06 2011 %E A194944 a(36)-a(40) from _Charles R Greathouse IV_, Sep 18 2011 %E A194944 NAME corrected by _R. J. Mathar_, May 05 2023