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.

A083845 a(n)^2 + 1 is largest prime of the form x^2 + 1 <= 10^n.

This page as a plain text file.
%I A083845 #19 Feb 16 2025 08:32:49
%S A083845 2,6,26,94,314,986,3160,9990,31614,99996,316206,999960,3162246,
%T A083845 9999960,31622764,99999966,316227734,999999924,3162277654,9999999956,
%U A083845 31622776500,99999999964,316227766006,999999999886,3162277660140
%N A083845 a(n)^2 + 1 is largest prime of the form x^2 + 1 <= 10^n.
%C A083845 It is conjectured that the number of primes of the form x^2+1 is infinite and thus this sequence never becomes a constant, but this has not been proved.
%C A083845 The ratio a(n+2)/a(n) appears to approach 10, as one might expect. - _Bill McEachen_, Nov 03 2013
%D A083845 G. H. Hardy and E. M. Wright, An Introduction to the Theory of Numbers, 5th ed., Oxford Univ. Press, 1979, th. 17.
%D A083845 P. Ribenboim, The Little Book of Big Primes. Springer-Verlag, 1991, p. 190.
%H A083845 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/LandausProblems.html">Landau's Problems.</a>
%t A083845 Do[ k = Floor[ Sqrt[ 10^n] - 1]; While[ !PrimeQ[k^2 + 1], k-- ]; Print[k], {n, 1, 25}]
%Y A083845 Cf. A005574, A002496, A083844, A083846, A083847, A083848, A083849.
%K A083845 nonn
%O A083845 1,1
%A A083845 _Harry J. Smith_, May 05 2003
%E A083845 Edited and extended by _Robert G. Wilson v_, May 08 2003