login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075776 Numbers k that do not divide phi(Fibonacci(k)). 1
2, 3, 4, 5, 6, 7, 8, 9, 13, 16, 17, 19, 23, 31, 32, 43, 47, 57, 59, 61, 71, 79, 83, 87, 101, 109, 129, 137, 151, 161, 183, 187, 191, 199, 213, 221, 247, 251, 271, 311, 347, 381, 391, 393, 433, 493, 497, 499, 599, 749, 767, 827, 839, 913, 943, 983, 991, 1017, 1027 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[200], !Divisible[EulerPhi[Fibonacci[#]], #] &] (* Amiram Eldar, Jun 26 2022 *)
PROG
(PARI) isok(n) = eulerphi(fibonacci(n)) % n; \\ Michel Marcus, Nov 29 2013
CROSSREFS
Sequence in context: A360822 A283161 A165165 * A261556 A033088 A307498
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Oct 09 2002
EXTENSIONS
More terms from Michel Marcus, Nov 29 2013
a(43)-a(59) from Amiram Eldar, Jun 26 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 11 20:49 EDT 2024. Contains 374234 sequences. (Running on oeis4.)