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.

A378137 a(n) = p(n^2*p(n)), where p(x) is the least prime > x.

This page as a plain text file.
%I A378137 #17 Jan 11 2025 05:27:10
%S A378137 2,3,13,47,83,179,257,541,709,907,1103,1579,1873,2879,3343,3833,4357,
%T A378137 5501,6163,8311,9203,10151,11149,15349,16729,18127,19609,21143,22739,
%U A378137 26083,27901,35569,37889,40343,42773,45329,47963,56131,59207,62383,65609,72287
%N A378137 a(n) = p(n^2*p(n)), where p(x) is the least prime > x.
%F A378137 a(n) = A151800(n^2*A151800(n)).
%e A378137 p(2) = 3, so a(2) = p(4*p(2)) = 13.
%t A378137 Table[NextPrime[n^2*NextPrime[n]], {n, 0, 80}]
%Y A378137 Cf. A000040, A151800, A378135, A378136.
%K A378137 nonn
%O A378137 0,1
%A A378137 _Clark Kimberling_, Dec 21 2024