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!)
A288794 Numbers k such that Lucas(k) + prime(k) is a prime. 1
1, 6, 12, 18, 54, 75, 354, 10158, 23280, 33726, 38226, 70749, 244779, 308604 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(15) > 500000.
LINKS
EXAMPLE
a(1) = 1 because Lucas(1)=1, prime(1)=2 and 1+2=3 is a prime.
a(2) = 6 because Lucas(6)=18, prime(6)=13 and 18+13=31 is a prime.
MATHEMATICA
Select[Range[1000], PrimeQ[LucasL[#] + Prime[#]] &]
PROG
(Magma) [n: n in [1..950] | IsPrime(Lucas(n)+NthPrime(n))];
CROSSREFS
Sequence in context: A067143 A206038 A205859 * A177708 A344177 A100357
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Jun 16 2017
EXTENSIONS
a(8)-a(12) from Robert Price, Oct 26 2017
a(13)-a(14) from Robert Price, Dec 16 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 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)