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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067787 Numbers n such that the number of primes not exceeding sigma(n) equals phi(n), i.e. pi(sigma(n)) = phi(n). 0
3, 9, 34, 190, 224, 606, 680, 4128, 6996, 8928 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

pi(sigma(9)) = pi(13) = 6 = phi(9).

MATHEMATICA

pi[n_] := Module[{i = 0}, While[Prime[i + 1] <= n, i++ ]; i]; Do[If[pi[DivisorSigma[1, n]] == EulerPhi[n], Print[n]], {n, 1, 10^4}]

CROSSREFS

Sequence in context: A191412 A084756 A009578 * A130491 A149013 A149014

Adjacent sequences:  A067784 A067785 A067786 * A067788 A067789 A067790

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Feb 06 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 17 02:08 EST 2012. Contains 205978 sequences.