OFFSET
1,2
COMMENTS
This sequence was generated by adding 14 Fibonacci-like sequences [See: PROG]. Looking at the format 90n+79 modulo 9 and modulo 10 we see that all entries of A142330 have digital root 7 and last digit 9. (Reverting the process is an application of the Chinese remainder theorem.) The 14 Fibonacci-like sequences are generated (via the p and q values given in the PERL program) from the base p,q pairs 79*91, 19*61, 37*7, 73*43, 11*89, 29*71, 47*17, 83*53, 13*13, 31*49, 67*67, 23*23, 41*59, 77*77.
FORMULA
a(n) ~ 24n log n. - Charles R Greathouse IV, Jun 01 2016
MATHEMATICA
Select[Range[0, 200], PrimeQ[90 # + 79] &]
PROG
(PARI) is(n)=n%90==79 && isprime(n) \\ Charles R Greathouse IV, Jun 01 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
J. W. Helkenberg, Dec 11 2011
STATUS
approved