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!)
A029724 Odd numbers congruent to 7 mod 8 such that (2^(h(-n)+2)-n) is a square, where h(-n) is the class number. 0
7, 15, 23, 31, 39, 47, 55, 63, 71, 79, 87, 103, 127, 135, 151, 175, 183, 199, 207, 223, 247, 255, 271, 295, 343, 367, 375, 463, 487, 511, 583, 727, 751, 823, 847, 967, 1023, 1087, 1255, 1303, 1423, 1527, 2047, 2143, 3063, 3343, 4447, 5503 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) forstep(n=7, 1e4, 8, if(issquare(2^(qfbclassno(-n)+2)-n), print1(n", "))) \\ Charles R Greathouse IV, May 08 2011
CROSSREFS
Sequence in context: A017149 A133655 A004771 * A194400 A177768 A243582
KEYWORD
nonn
AUTHOR
Eric Rains (rains(AT)caltech.edu)
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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)