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.

A048981 Squarefree values of n for which the quadratic field Q[ sqrt(n) ] is norm-Euclidean.

Original entry on oeis.org

-11, -7, -3, -2, -1, 2, 3, 5, 6, 7, 11, 13, 17, 19, 21, 29, 33, 37, 41, 57, 73
Offset: 1

Views

Author

Keywords

Comments

These are norm-Euclidean fields, excluding for instance Q[sqrt(69)] which is Euclidean but not for norm. - Marc A. A. van Leeuwen, Feb 15 2011

References

  • H. Cohn, A Second Course in Number Theory, Wiley, NY, 1962, pp. 107, 109.
  • G. H. Hardy and E. M. Wright, An Introduction to the Theory of Numbers. 3rd ed., Oxford Univ. Press, 1954, p. 213.
  • K. Inkeri, Über den Euklidischen Algorithmus in quadratischen Zahlkörpern. Ann. Acad. Sci. Fennicae Ser. A. 1. Math.-Phys., No. 41, 1-35, 1947. [Incorrectly gives 97 as a member of this sequence.]
  • W. J. LeVeque, Topics in Number Theory. Addison-Wesley, Reading, MA, 2 vols., 1956, Vol. 2, p. 57.
  • H. M. Stark, An Introduction to Number Theory. Markham, Chicago, 1970, p. 294.

Crossrefs

Programs

  • Maple
    select(t -> traperror(numtheory:-factorEQ(-1,t)) <> lasterror, [$-11..77]); # Robert Israel, Jul 20 2016

Formula

a(n) = -A003173(6-n) = -A263465(6-n) for n = 1, 2, 3, 4, 5. - Jonathan Sondow, Dec 09 2015

Extensions

Name corrected by Marc A. A. van Leeuwen, Feb 15 2011