login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078893 Composite numbers k such that phi(k) - 1 is prime, where phi is Euler's totient function (A000010). 3
8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 24, 25, 26, 27, 28, 30, 33, 35, 36, 38, 39, 42, 44, 45, 49, 50, 51, 52, 54, 56, 62, 64, 65, 66, 68, 69, 70, 72, 77, 78, 80, 81, 84, 86, 90, 91, 92, 93, 95, 96, 98, 99, 102, 104, 105, 111, 112, 117, 120, 121, 122, 123, 124, 129, 130, 133 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A078892 with the primes removed. - Ray Chandler, May 26 2008
LINKS
MATHEMATICA
Select[Range[150], CompositeQ[#]&&PrimeQ[EulerPhi[#]-1]&] (* Harvey P. Dale, Dec 28 2021 *)
PROG
(PARI) is(n)=!isprime(n) && isprime(eulerphi(n)-1) \\ Charles R Greathouse IV, Feb 21 2013
CROSSREFS
Sequence in context: A097363 A152870 A181723 * A050704 A024884 A031009
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 12 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)