login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079445 phi(n)*[n-phi(n)]-1 is prime. 1
4, 5, 6, 7, 9, 10, 12, 13, 14, 18, 19, 21, 24, 26, 28, 31, 35, 38, 39, 40, 42, 43, 44, 45, 49, 50, 51, 54, 55, 58, 61, 63, 66, 68, 70, 72, 73, 74, 75, 76, 77, 84, 86, 90, 91, 92, 93, 94, 98, 99, 100 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

a(1)=4 as phi(4)=2, 2*[4-2]-1=3

PROG

(PARI) for (n=2, 100, if (isprime(eulerphi(n)*(n-eulerphi(n))-1), print1(n", ")))

CROSSREFS

Cf. A079446.

Sequence in context: A068318 A201739 A066485 * A120173 A075862 A088685

Adjacent sequences:  A079442 A079443 A079444 * A079446 A079447 A079448

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Jan 09 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:45 EST 2012. Contains 205938 sequences.