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.

A046078 Primes of the form n*phi(n)-1 where phi is the Euler function (in order of appearance).

This page as a plain text file.
%I A046078 #21 Feb 17 2024 10:32:23
%S A046078 5,7,19,11,41,31,53,109,47,83,127,271,107,251,191,499,311,811,239,929,
%T A046078 659,839,431,683,503,2161,971,3659,2267,3119,1319,4421,4969,2663,2999,
%U A046078 1871,4373,4871,6551,9311,5939,10099,5039,8423,11423,13309,9839,16001
%N A046078 Primes of the form n*phi(n)-1 where phi is the Euler function (in order of appearance).
%C A046078 These are listed in order of increasing n.
%H A046078 T. D. Noe, <a href="/A046078/b046078.txt">Table of n, a(n) for n=1..1000</a>
%t A046078 Select[Table[n EulerPhi[n]-1,{n,250}],PrimeQ[#]&] (* _Harvey P. Dale_, Aug 15 2011 *)
%Y A046078 Cf. A059109.
%Y A046078 Cf. A002618, A046062
%K A046078 easy,nice,nonn
%O A046078 1,1
%A A046078 _Felice Russo_
%E A046078 Corrected and extended by _Jud McCranie_, Jan 03 2001
%E A046078 Name clarified by _Michel Marcus_, Jul 31 2018