cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A075775 Numbers k that divide phi(Fibonacci(k)).

Original entry on oeis.org

1, 10, 11, 12, 14, 15, 18, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 80, 81, 82, 84, 85, 86, 88, 89, 90, 91, 92, 93
Offset: 1

Views

Author

Benoit Cloitre, Oct 09 2002

Keywords

Comments

This sequence is infinite (Luca, 2002). - Amiram Eldar, Jan 12 2022

Crossrefs

Programs

  • Mathematica
    Select[Range[100],Divisible[EulerPhi[Fibonacci[#]],#]&] (* Harvey P. Dale, Jun 11 2015 *)