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.

A211875 Primes of the form Phi(phi(k),3), the phi(k)-th Cyclotomic polynomial evaluated at 3, where phi is the Euler totient function.

Original entry on oeis.org

2, 7, 61, 73, 6481, 530713, 42521761, 47763361, 23535794707, 282429005041, 374857981681, 150094634909578633, 13490012358249728401, 105919308797935444986721, 1076050302914923449767311155851656076154481
Offset: 1

Views

Author

Alexander Gruber, Feb 12 2013

Keywords

Programs

  • Mathematica
    Union[Select[Cyclotomic[EulerPhi[#], x] /. x -> 3 & /@ Range[1000], PrimeQ]]