login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A072903 Numbers m such that the discriminant of the quadratic field Q(sqrt(m)) < m. 3
4, 9, 16, 18, 20, 25, 27, 32, 36, 45, 48, 49, 50, 52, 54, 63, 64, 68, 72, 75, 80, 81, 84, 90, 96, 98, 99, 100, 108, 112, 116, 117, 121, 125, 126, 128, 132, 135, 144, 147, 148, 150, 153, 160, 162, 164, 169, 171, 175, 176, 180, 189, 192, 196, 198, 200, 207, 208, 212 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Among terms are all the squares for which discriminant = 1.
LINKS
FORMULA
a(n) appears to be asymptotic to C*n with C = 3.4... .
MATHEMATICA
Select[Range[220], NumberFieldDiscriminant[Sqrt[#]] < # &] (* Amiram Eldar, Jun 24 2022 *)
PROG
(PARI) isok(m) = quaddisc(m) < m; \\ Michel Marcus, Feb 18 2021
CROSSREFS
Sequence in context: A313317 A292674 A313318 * A336919 A313319 A313320
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Aug 10 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)