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.

A113410 Numbers n such that n^2 is of the form k-th prime - k for some k.

This page as a plain text file.
%I A113410 #4 Aug 04 2019 18:33:47
%S A113410 1,5,21,23,27,31,33,37,45,53,67,70,96,101,102,128,135,144,167,178,186,
%T A113410 188,196,197,199,202,216,219,246,247,252,255,264,299,300,341,356,363,
%U A113410 369,381,382,407,410,426,427,494,503,506,520,528,538,550,562,573,607
%N A113410 Numbers n such that n^2 is of the form k-th prime - k for some k.
%C A113410 Values of k: A064370. Numbers n such that n^2 is of the form k-th prime + k for some k A086968.
%t A113410 Sqrt[#]&/@Select[Table[Prime[k]-k,{k,2,40000}],IntegerQ[Sqrt[#]]&] (* _Harvey P. Dale_, Aug 04 2019 *)
%Y A113410 Cf. A064370, A086968.
%K A113410 nonn
%O A113410 1,2
%A A113410 _Zak Seidov_, Oct 28 2005