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!)
A362225 Primes of the form (2*p^2 + 1)/3 where p is a prime > 3. 0
17, 113, 193, 241, 353, 641, 1873, 3361, 5281, 8513, 10753, 16433, 17713, 18593, 21841, 25873, 34961, 80273, 92753, 107201, 111521, 117041, 134401, 158113, 168673, 172721, 182353, 195121, 211313, 217361, 221953, 239201, 279073, 376001, 394241 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The corresponding p values are the odd terms of A175256.
LINKS
FORMULA
a(n) = (2*A175255(n+1)+1)/3.
EXAMPLE
17 is a term since for p=5, (2*p^2 + 1)/3 = (2*5^2 + 1)/3 = 17 and 17 is prime.
MATHEMATICA
Select[(2*Prime[Range[3, 140]]^2 + 1)/3, PrimeQ] (* Amiram Eldar, May 18 2023 *)
PROG
(PARI) forprime(p=5, 1000, my(Ap=floor((2*p^2+1)/3)); if(isprime(Ap), print1(Ap, ", ")))
CROSSREFS
Sequence in context: A296260 A139858 A139903 * A105127 A142403 A298332
KEYWORD
nonn
AUTHOR
Alain Rocchelli, Apr 11 2023
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 27 21:44 EDT 2024. Contains 372020 sequences. (Running on oeis4.)