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!)
A215528 Slowest increasing sequence of alternate-parity integers m such that 2m^2+1 is prime. 1
1, 6, 9, 24, 27, 30, 33, 36, 45, 66, 75, 96, 99, 102, 105, 132, 135, 156, 177, 186, 189, 204, 219, 228, 237, 240, 255, 264, 273, 300, 321, 324, 327, 360, 375, 426, 429, 450, 483, 486, 489, 492, 519, 558, 585, 588, 597, 606, 621, 636, 657, 666, 693, 750, 759 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Corresponding primes: 3,73,163,1153,1459,1801,2179,2593,4051,8713,11251,18433,19603,20809,...
LINKS
MATHEMATICA
s={1}; a=2; Do[While[!PrimeQ[2a^2+1], a=a+2]; AppendTo[s, a]; a++, {999}]; s
CROSSREFS
Cf. A215523 = Slowest increasing sequence of alternate-parity integers m such that 2m+1 is prime.
Sequence in context: A121592 A295726 A034718 * A155577 A084431 A176498
KEYWORD
nonn
AUTHOR
Zak Seidov, Aug 15 2012
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 11 10:40 EDT 2024. Contains 372409 sequences. (Running on oeis4.)