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”).

A112397
Primes of the form semiprime(n) + Fibonacci(n).
0
5, 7, 11, 13, 19, 23, 43, 59, 1033, 3928413764606871166057, 178890334785183168257455287892297, 13598018856492162040239554477268823, 505988662735923140767969869749836918999964413630219878131, 162926777992448823780908130212788963731840407743629812914361
OFFSET
1,1
MATHEMATICA
Module[{nn=3000, s, len, f}, s=Select[Range[nn], PrimeOmega[#]==2&]; len= Length[ s]; Select[Total/@Thread[{s, Fibonacci[Range[len]]}], PrimeQ]] (* Harvey P. Dale, May 02 2018 *)
CROSSREFS
Sequence in context: A216746 A084441 A180950 * A081759 A155053 A152468
KEYWORD
nonn
AUTHOR
Giovanni Teofilatto, Dec 06 2005
EXTENSIONS
Index in definition corrected and 5 terms added by R. J. Mathar Jun 28 2010
STATUS
approved