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.

A069987 Squarefree numbers of form k^2 + 1.

This page as a plain text file.
%I A069987 #49 Aug 11 2025 08:06:33
%S A069987 2,5,10,17,26,37,65,82,101,122,145,170,197,226,257,290,362,401,442,
%T A069987 485,530,577,626,677,730,785,842,901,962,1090,1157,1226,1297,1370,
%U A069987 1522,1601,1765,1937,2026,2117,2210,2305,2402,2501,2602,2705,2810,2917,3026
%N A069987 Squarefree numbers of form k^2 + 1.
%C A069987 Heath-Brown (following Estermann) shows that, for any e > 0, there are k sqrt(x) + O(x^{7/24 + e}) members of this sequence up to x, for k = Product(1 - 2/p^2) = 0.8948412245... (A335963) where the product is over primes p = 1 mod 4. - _Charles R Greathouse IV_, Nov 19 2012, corrected by _Amiram Eldar_, Jul 08 2020
%C A069987 Integers k for which the period of the continued fraction of sqrt(k) is 1. - _Michel Marcus_, Apr 12 2019
%H A069987 Vincenzo Librandi, <a href="/A069987/b069987.txt">Table of n, a(n) for n = 1..1000</a>
%H A069987 T. Estermann, <a href="https://gdz.sub.uni-goettingen.de/id/PPN235181684_0105">Einige Sätze über quadratfreie Zahlen</a>, Math. Ann. 105 (1931), pp. 653-662.
%H A069987 D. R. Heath-Brown, <a href="https://arxiv.org/abs/1010.6217">Square-free values of n^2 + 1</a>, arXiv:1010.6217 [math.NT], 2010-2012.
%H A069987 D. R. Heath-Brown, <a href="https://doi.org/10.4064/aa155-1-1">Square-free values of n^2 + 1</a>, Acta Arithmetica 155 (2012), pp. 1-13.
%F A069987 a(n) = A049533(n)^2 + 1.
%p A069987 select(numtheory:-issqrfree, [seq(n^2+1, n=1..100)]); # _Robert Israel_, Feb 09 2016
%t A069987 Select[ Range[10^4], IntegerQ[ Sqrt[ # - 1]] && Union[ Transpose[ FactorInteger[ # ]] [[2]]] [[ -1]] == 1 &]
%t A069987 Select[Range[60]^2+1,SquareFreeQ] (* _Harvey P. Dale_, Mar 21 2013 *)
%o A069987 (PARI) for(n=1,100,if(issquarefree(n^2+1),print1(n^2+1,",")))
%Y A069987 Cf. A059591, A002496, A124809, A005117, A002522, A335963.
%K A069987 nonn
%O A069987 1,1
%A A069987 Sharon Sela (sharonsela(AT)hotmail.com), May 01 2002
%E A069987 Edited and extended by _Robert G. Wilson v_, _Benoit Cloitre_ and _Vladeta Jovovic_, May 04 2002