login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A134696
Numbers k such that k*Lucas(k) + 1 is prime.
0
1, 2, 3, 4, 6, 10, 42, 48, 56, 66, 70, 86, 108, 126, 134, 214, 248, 459, 1479, 1722, 3076, 5064, 5102, 7602, 9454, 11361, 11494, 12450, 16474, 20139, 32164, 41013, 42456, 56307, 79828, 108506, 136587
OFFSET
1,2
COMMENTS
a(38) > 2*10^5. - Michael S. Branicky, Jan 03 2025
EXAMPLE
If k =1 then k*Lucas(k) + 1 = 2 (prime).
If k = 66 then k*Lucas(k) + 1 = 4099474525767589 (prime).
MATHEMATICA
Select[Range[9000], PrimeQ[# LucasL[#]+1]&] (* Harvey P. Dale, Nov 10 2011 *)
CROSSREFS
KEYWORD
nonn,more,changed
AUTHOR
Parthasarathy Nambi, Jan 27 2008
EXTENSIONS
a(21)-a(24) from Harvey P. Dale, Nov 10 2011
a(25)-a(37) from Michael S. Branicky, Jan 02 2025
STATUS
approved