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.

A144296 Records in A144294.

This page as a plain text file.
%I A144296 #14 Sep 30 2024 17:52:45
%S A144296 3,5,7,13,17,19,31,41,43,47,53,71,79,89,103,127,131,137
%N A144296 Records in A144294.
%o A144296 (PARI) f(n)=my(k=n+(sqrtint(4*n)+1)\2); forprime(p=2, , if(!issquare(Mod(k, p)), return(p))); \\ A144294
%o A144296 lista(nn) = {my(v=vector(nn, n, f(n))); my(m=0, nm=0); for (n=1, nn, nm = v[n]; if (nm > m, print1(nm, ", "); m = nm;););} \\ _Michel Marcus_, Jun 25 2021
%Y A144296 Cf. A144294, A144295.
%K A144296 nonn,more
%O A144296 1,1
%A A144296 _N. J. A. Sloane_, Dec 03 2008
%E A144296 a(9)-a(12) from _R. J. Mathar_, Dec 04 2008
%E A144296 a(13)-a(15) from _Michel Marcus_, Jun 25 2021
%E A144296 a(16)-a(18) from _Michael S. Branicky_, Sep 30 2024