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.

A067976 Primes of the form 1 + k^phi(k).

Original entry on oeis.org

2, 3, 17, 37, 2708192040014184559945134363758220403329915059847434832829218817
Offset: 1

Views

Author

Labos Elemer, Feb 06 2002

Keywords

Comments

The next term, if it exists, has k > 3000. - Sean A. Irvine, Jan 16 2024

Crossrefs

Programs

  • Mathematica
    Do[s=1+n^(EulerPhi[n]); If[PrimeQ[s], Print[s]], {n, 1, 1000}]
    Select[Table[1+n^EulerPhi[n],{n,100}],PrimeQ] (* Harvey P. Dale, Jul 08 2017 *)

Extensions

Corrected by Hauke Worpel (hw1(AT)email.com), May 29 2003