login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A335976
Numbers k such that Fibonacci(6*k) is not a totient.
1
0, 11, 13, 17, 29, 31, 41, 43, 47, 53, 61, 71, 73, 79, 81, 83, 89, 97, 101, 103, 107, 113, 121, 131, 137, 139, 141, 149, 151, 157, 167, 173, 191, 193, 199, 223, 229, 233, 239, 241, 243, 257, 263, 271, 281, 283, 293, 311, 313, 317, 321, 331, 339, 347, 349, 353, 373, 389, 397, 401, 419, 421, 431, 433, 443, 449, 457, 461, 479, 487, 509, 521, 541, 557, 573, 577, 587, 599, 613, 617, 619, 631, 641, 643, 653, 661, 673, 733, 739
OFFSET
1,2
COMMENTS
Conjecture: Sequence contains infinitely many primes.
EXAMPLE
11 is a term since Fibonacci(66) = 27777890035288 is not a totient number.
PROG
(PARI) isok(n) = !istotient(fibonacci(6*n))
CROSSREFS
KEYWORD
nonn
AUTHOR
Altug Alkan, Jul 03 2020
EXTENSIONS
a(12)-a(20) from Max Alekseyev, Aug 02 2020
Terms a(21) onward from Max Alekseyev, May 19 2024
STATUS
approved