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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065154 Numbers for which Cototient-of-Totient < Totient-of-Cototient. 2
2, 6, 12, 15, 24, 30, 48, 51, 60, 66, 70, 78, 90, 96, 102, 105, 120, 130, 132, 138, 140, 150, 154, 156, 165, 170, 174, 180, 190, 192, 204, 210, 230, 234, 238, 240, 246, 255, 260, 264, 266, 270, 276, 280, 282, 290, 300, 308, 312, 315, 318, 330, 340, 345, 348 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

FORMULA

A051953[A000010(m)] < A000010[A051953(m)]

EXAMPLE

m=78 Phi[78]=24, 78-Phi[78]=cototient[78]=54, cototient[24]=24-Phi[24]=24-8=16,Phi[54]=18 so 16<18,ans m=78 is here.

MATHEMATICA

Flatten[Position[Sign[Table[co[eu[w]]-eu[co[w]], {w, 1, 1000}]], -1]].

PROG

(PARI) { n=0; for (m = 2, 10^9, t=eulerphi(m); c=m - t; if (t - eulerphi(t) < eulerphi(c), write("b065154.txt", n++, " ", m); if (n==1000, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 13 2009]

CROSSREFS

A051953, A000010.

Sequence in context: A152301 A152389 A114103 * A143408 A191331 A088915

Adjacent sequences:  A065151 A065152 A065153 * A065155 A065156 A065157

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Oct 19 2001

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 00:09 EST 2012. Contains 205978 sequences.