OFFSET
1,2
COMMENTS
Corresponding distinct Fibonacci numbers for listed terms are 1, 2, 5, 8, 34, 17711, 3524578.
a(9) > 1000 (range of the b-file in A065449), if it exists. - R. J. Mathar, May 08 2016
PROG
(PARI) lista(nn) = for(n=1, nn, if(issquare(eulerphi(fibonacci(n))), print1(n, ", ")));
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Altug Alkan, May 06 2016
STATUS
approved