cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A297623 Numbers k such that Lucas(k) - prime(k) is a prime.

Original entry on oeis.org

6, 9, 18, 33, 51, 54, 57, 189, 6948, 28617, 162864, 173682, 216870, 496533
Offset: 1

Views

Author

Vincenzo Librandi, Jan 06 2018

Keywords

Comments

a(15) > 5*10^5. - Robert Price, Feb 17 2018

Examples

			a(1) = 6 because Lucas(6)=18, prime(6)=13 and 18-13=5 is a prime.
		

Crossrefs

Programs

  • Magma
    [n: n in [1..5000] | IsPrime(Lucas(n)-NthPrime(n))];
  • Mathematica
    Select[Range[10000], PrimeQ[LucasL[#] - Prime[#]]&]

Extensions

a(11)-a(14) from Robert Price, Feb 17 2018
Showing 1-1 of 1 results.