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.

Showing 1-2 of 2 results.

A046062 Primes of the form n*phi(n)+1 where phi(n) is the Euler function.

Original entry on oeis.org

2, 3, 7, 13, 43, 41, 157, 109, 193, 313, 487, 337, 241, 661, 433, 937, 641, 881, 1013, 769, 1249, 2053, 1861, 2269, 3121, 1321, 4423, 3037, 3001, 4621, 1873, 6163, 2017, 5441, 3613, 2161, 6553, 4049, 5581
Offset: 1

Views

Author

Keywords

Comments

Listed in order of increasing n.

Examples

			7 because 3*phi(3)+1 = 7 is prime.
		

Crossrefs

Programs

  • Mathematica
    Select[Array[# EulerPhi[#]+1&,500],PrimeQ] (* Harvey P. Dale, Apr 21 2012 *)

A059109 Numbers m such that m*phi(m)-1 is prime, where phi is the Euler function (A000010).

Original entry on oeis.org

3, 4, 5, 6, 7, 8, 9, 11, 12, 14, 16, 17, 18, 21, 24, 25, 26, 29, 30, 31, 33, 35, 36, 38, 42, 47, 54, 61, 63, 65, 66, 67, 71, 74, 75, 78, 81, 87, 91, 97, 99, 101, 105, 117, 119, 121, 123, 127, 128, 131, 132, 135, 139, 140, 143, 144, 147, 149, 154, 156, 158, 162, 172
Offset: 1

Views

Author

Jud McCranie, Jan 03 2001

Keywords

Crossrefs

Programs

Showing 1-2 of 2 results.