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!)
A218041 Numbers n such that Q(sqrt(n)) has class number 9. 4
1129, 1654, 3137, 3719, 4409, 4534, 5521, 5623, 5878, 6809, 7573, 7873, 9998, 10273, 10721, 10814, 11027, 11641, 12323, 12409, 12657, 13069, 13691, 14159, 15374, 15629, 16321, 16382, 17273, 17989, 18633, 19441, 21023, 21781, 22497, 22502, 23003, 23806 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Class Number
MATHEMATICA
Select[Range[23806], SquareFreeQ[#] && NumberFieldClassNumber@Sqrt[#] == 9 &]
PROG
(PARI) is(n)=issquarefree(n) && qfbclassno(if(n%4>1, 4, 1)*n)==9 \\ Charles R Greathouse IV, Jan 19 2017
CROSSREFS
Sequence in context: A198469 A082888 A122384 * A061779 A218159 A325087
KEYWORD
nonn
AUTHOR
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)