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!)
A290246 Prime numbers that are common indices to both prime Lucas and prime Wagstaff numbers. 0
5, 7, 11, 13, 17, 19, 31, 61, 79, 313, 10691 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Prime numbers p such that Lucas(p) and (2^p + 1)/3 are both primes.
Intersection of A000978 and A001606.
LINKS
MATHEMATICA
seq = {}; wagstaff[n_] := (2^n + 1)/3; Do[p = Prime[n]; If[PrimeQ[LucasL[p]] && PrimeQ[wagstaff[p]], AppendTo[seq, p]], {n, 1, 1304}]; seq
CROSSREFS
Sequence in context: A314296 A141639 A232558 * A024891 A277907 A136144
KEYWORD
hard,nonn,more
AUTHOR
Amiram Eldar, Jul 24 2017
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 25 09:34 EDT 2024. Contains 371967 sequences. (Running on oeis4.)