OFFSET
1,2
COMMENTS
LINKS
T. D. Noe, Table of n, a(n) for n = 1..2000
T. D. Noe, Another plot of this sequence
MATHEMATICA
lim = 100; luc = LucasL[Range[0, Prime[lim]]]; Table[s = Select[Range[p], Mod[luc[[#]], p] == 0 &, 1]; If[s == {}, -1, s[[1]] - 1], {p, Prime[Range[lim]]}]
CROSSREFS
KEYWORD
sign
AUTHOR
T. D. Noe, Oct 09 2011
STATUS
approved