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!)
A338476 Primes of the form 398*x^2-1. 1
397, 3581, 6367, 9949, 14327, 19501, 25471, 32237, 39799, 48157, 67261, 78007, 115021, 128951, 143677, 159199, 192631, 229247, 248749, 290141, 312031, 334717, 433421, 460087, 544861, 574711, 735901, 770527, 842167, 879181, 1035197, 1076191, 1160567, 1203949, 1338871, 1385437, 1432799, 1786621 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
There are 414 such primes for 1 <= x <= 1000, and 3280 for 1 <= x <= 10000.
LINKS
FORMULA
a(n) = 398*A338477(n)^2-1.
EXAMPLE
a(3) = 398*4^2-1 = 6367 is prime.
MAPLE
select(isprime, [seq(398*x^2-1, x=1..1000)]);
MATHEMATICA
Select[398 Range[100]^2-1, PrimeQ] (* Harvey P. Dale, Jan 13 2023 *)
CROSSREFS
Cf. A331947(11)=398, A338477.
Sequence in context: A038660 A129190 A256081 * A152309 A298124 A327592
KEYWORD
nonn
AUTHOR
Robert Israel, Oct 29 2020
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 September 6 06:40 EDT 2024. Contains 375704 sequences. (Running on oeis4.)