OFFSET
1,1
LINKS
David Radcliffe, Table of n, a(n) for n = 1..33 (first 24 terms from G. Resta)
PROG
(PARI) isok(n) = (n % 2) && ! ((fibonacci(n) + 1) % n) && (fibonacci(n+1) % n); \\ Michel Marcus, Aug 27 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Eric Rowland, May 07 2004
EXTENSIONS
4 more terms from Ryan Propper, Aug 03 2005
a(9)-a(24) from Giovanni Resta, Jul 20 2013
STATUS
approved