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.

A107998 Squarefree integers m for which the fundamental unit of Q(sqrt(m)) is of the form u + v*sqrt(m) for integer u, v.

Original entry on oeis.org

2, 3, 6, 7, 10, 11, 14, 15, 17, 19, 22, 23, 26, 30, 31, 33, 34, 35, 37, 38, 39, 41, 42, 43, 46, 47, 51, 55, 57, 58, 59, 62, 65, 66, 67, 70, 71, 73, 74, 78, 79, 82, 83, 86, 87, 89, 91, 94, 95, 97, 101, 102, 103, 105, 106, 107, 110, 111, 113, 114, 115, 118, 119, 122, 123, 127
Offset: 1

Views

Author

Steven Finch, Jun 13 2005

Keywords

References

  • H. C. Williams, Eisenstein's problem and continued fractions, Utilitas Math. 37 (1990) 145-157.

Crossrefs

Cf. A107997.

Programs

  • Mathematica
    Select[ Range[2, 127], (fu = NumberFieldFundamentalUnits @ Sqrt[#]; SquareFreeQ[#] && IntegerQ[fu[[1, 2, 1]] ] && IntegerQ[fu[[1, 2, 2]] ]) &] (* Jean-François Alcover, Jun 20 2013 *)