# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a280681 Showing 1-1 of 1 %I A280681 #44 Aug 03 2020 04:24:12 %S A280681 1,2,3,6,12,18,24,30,36,42,48,54,60,72,84,90,96,108,114,120,126,132, %T A280681 138,144,150,156,162,168,180,192,198,204,210,216,222,228,234,240,252, %U A280681 264,270,276,288,294,300,306,312,324,330 %N A280681 Numbers k such that Fibonacci(k) is a totient. %C A280681 Respectively, corresponding Fibonacci numbers are 1, 1, 2, 8, 144, 2584, 46368, 832040, 14930352, 267914296, 4807526976, 86267571272, 1548008755920, 498454011879264, 160500643816367088, 2880067194370816120, ... %C A280681 Note that sequence does not contain all the positive multiples of 6, e.g., 66 and 102. See A335976 for a related sequence. %C A280681 Conjecture: Sequence is infinite. - _Altug Alkan_, Jul 05 2020 %C A280681 All terms > 2 are multiples of 3, because Fibonacci(k) is odd unless k is a multiple of 3. Are all terms > 3 multiples of 6? If a term k is not a multiple of 6, then since Fibonacci(k) is not divisible by 4, Fibonacci(k)+1 must be in A114871. - _Robert Israel_, Aug 02 2020 %e A280681 12 is in the sequence because Fibonacci(12) = 144 is in A000010. %p A280681 select(k -> numtheory:-invphi(combinat:-fibonacci(k))<>[], [1,2,seq(i,i=3..100,3)]); # _Robert Israel_, Aug 02 2020 %o A280681 (PARI) isok(k) = istotient(fibonacci(k)); \\ _Altug Alkan_, Jul 05 2020 %Y A280681 Cf. A000010, A000045, A114871, A280592, A335976. %K A280681 nonn,more %O A280681 1,2 %A A280681 _Altug Alkan_, Jan 07 2017 %E A280681 a(28)-a(49) from _Jinyuan Wang_, Jul 08 2020 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE