login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A181660 Numbers at which the sum of the iterated totient function (A092693) attains a minimum. 2
1, 2, 6, 12, 18, 30, 42, 54, 60, 66, 90, 126, 150, 210, 270, 294, 330, 420, 462, 630, 660, 840, 882, 1050, 1260, 1470, 1680, 1890, 2310, 2730, 2940, 3150, 3234, 3570, 3990, 4410, 4620, 4830, 5250, 5460, 5670, 6090, 6930, 7350, 8190, 9030, 9240, 9450, 9660 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
That is, for each n in this sequence, A092693(n) < A092693(m) for m > n. Do all primorials appear here?
LINKS
MATHEMATICA
kMax=2*3*5*7*11*13; t=Table[0, {kMax}]; Do[e=EulerPhi[k]; t[[k]]=e+t[[e]], {k, 2, kMax}]; mn=Infinity; Reverse[Reap[Do[If[t[[ -k]]<mn, mn=t[[ -k]]; Sow[kMax-k+1]], {k, kMax}]][[2, 1]]]
CROSSREFS
Sequence in context: A006511 A325708 A113274 * A036913 A317089 A117311
KEYWORD
nonn
AUTHOR
T. D. Noe, Nov 04 2010
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 December 8 13:46 EST 2023. Contains 367679 sequences. (Running on oeis4.)