The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A078775 Numbers n such that n!/phi(n)!+1 is prime. 0
1, 2, 4, 10, 14, 33, 75, 77, 91, 136, 143, 145, 207, 481, 580, 767, 793, 841, 1720 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
4!=24, phi(4)=2, 2!=2, 24/12+1=13
PROG
(PARI) for (n=1, 300, if (isprime(n!/eulerphi(n)!+1), print1(n", ")))
CROSSREFS
Sequence in context: A053417 A082230 A236547 * A351160 A056392 A080149
KEYWORD
nonn
AUTHOR
Jon Perry, Jan 09 2003
EXTENSIONS
a(14) through a(19) from Rick L. Shepherd, Jul 10 2004
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 May 23 15:11 EDT 2024. Contains 372763 sequences. (Running on oeis4.)