OFFSET
1,3
COMMENTS
This sequence was generated by adding 12 Fibonacci-like sequences (see: PROG]. Looking at 90n+59 modulo 9 and modulo 10 we see that all entries of A142319 have digital root 5 and last digit 9. (Reverting the process is an application of the Chinese remainder theorem)
MATHEMATICA
Select[Range[0, 200], PrimeQ[90 # + 59] &]
PROG
(PARI) is(n)=isprime(90*n+59) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
J. W. Helkenberg, Dec 11 2011
STATUS
approved