Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A272629 Primes p such that (p^2 + p + 1)/13 is prime. 1
29, 113, 419, 503, 659, 887, 1277, 1361, 1433, 2141, 2213, 2687, 3851, 4007, 4397, 4787, 5333, 5417, 5573, 7127, 7757, 7829, 8609, 8693, 8849, 9161, 9311, 9623, 10247, 10487, 11261, 11423, 12197, 12743, 13217, 13523, 14537, 14621, 14771, 15083, 15161 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes in A002642.
LINKS
EXAMPLE
a(1) = 29 because (29^2+29+1)/13 = 67 is a prime.
MATHEMATICA
Select[Prime[Range[5000]], PrimeQ[(#^2 + # + 1) / 13] &]
PROG
(PARI) lista(nn) = {forprime(p=2, nn, if ((denominator(q=(p^2 + p + 1)/13)== 1) && isprime(q), print1(p, ", ")); ); } \\ Michel Marcus, May 05 2016
CROSSREFS
Cf. A002642.
Sequence in context: A139946 A093359 A158556 * A201602 A050527 A254413
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, May 04 2016
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 11 23:02 EDT 2024. Contains 375842 sequences. (Running on oeis4.)