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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070800 Smallest prime greater than phi(n): a(n)=nextprime(phi(n)). 4
2, 3, 3, 5, 3, 7, 5, 7, 5, 11, 5, 13, 7, 11, 11, 17, 7, 19, 11, 13, 11, 23, 11, 23, 13, 19, 13, 29, 11, 31, 17, 23, 17, 29, 13, 37, 19, 29, 17, 41, 13, 43, 23, 29, 23, 47, 17, 43, 23, 37, 29, 53, 19, 41, 29, 37, 29, 59, 17, 61, 31, 37, 37, 53, 23, 67, 37, 47, 29, 71, 29, 73, 37 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

FORMULA

a(n) = prime(1+primepi(phi(n))) = A151800(A000010(n)).

MATHEMATICA

Table[Prime[1+PrimePi[EulerPhi[w]]], {w, 2, 128}]

NextPrime[EulerPhi[#]]&/@Range[2, 80]  [From Harvey P. Dale, Jan 30 2011]

PROG

(PARI) a(n)=nextprime(eulerphi(n)+1) \\ Charles R Greathouse IV, Oct 31 2011

CROSSREFS

Cf. A151800, A000010, A070801.

Sequence in context: A064917 A154727 A065070 * A138663 A056149 A167494

Adjacent sequences:  A070797 A070798 A070799 * A070801 A070802 A070803

KEYWORD

easy,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), May 08 2002

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 06:39 EST 2012. Contains 205861 sequences.