The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A355878 Smallest p == 1 (mod 4) such that Q(sqrt(p)) has class number 2n+1. 2
5, 229, 401, 577, 1129, 1297, 8101, 11321, 11257, 18229, 7057, 23593, 27689, 8761, 56857, 146077, 63361, 25601, 24337, 55441, 439573, 14401, 32401, 78401, 70969, 69697, 376897, 106537, 41617, 160001, 193601, 57601, 197137, 367721, 414433, 1432813, 444089, 331777 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Also smallest odd prime p such that Q(sqrt(p)) has narrow class number (also called form class number) 2n+1.
Conjecture: a(n) > A002148(n) for all n.
LINKS
FORMULA
a(n) = min(A355876(n),A355877(n)).
EXAMPLE
p = 229 is the smallest odd prime such that Q(sqrt(p)) has class number 3, so a(1) = 229.
PROG
(PARI) a(n) = forprime(p=2, oo, if(p%4==1 && qfbclassno(p)==2*n+1, return(p)))
CROSSREFS
Sequence in context: A181584 A300390 A002142 * A103732 A355877 A065757
KEYWORD
nonn
AUTHOR
Jianing Song, Jul 20 2022
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 May 16 13:17 EDT 2024. Contains 372552 sequences. (Running on oeis4.)