OFFSET
1,2
COMMENTS
Indices of prime terms are {2, 3, 5, 11, ...}. Primes are listed in A134071 = {31, 431, 117431, 19912376472918117431, ...}.
LINKS
Eric Weisstein's World of Mathematics, Lucas Number
Eric Weisstein's World of Mathematics, Smarandache Sequences
MATHEMATICA
Module[{nn=20, lnos}, lnos=LucasL[Range[nn]]; Table[FromDigits[Flatten[ IntegerDigits/@ Reverse[Take[lnos, n]]]], {n, nn}]] (* Harvey P. Dale, Jul 27 2015 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Alexander Adamchuk, Oct 06 2007
EXTENSIONS
Edited by Charles R Greathouse IV, Apr 26 2010
STATUS
approved