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!)
A291174 Unitary totient superdeficient numbers: numbers n > 1 such that s(n)/n < s(m)/m for all m < n, where s is the sum of iterated uphi (A047994). 1
2, 3, 6, 12, 14, 26, 30, 42, 186, 210, 2310, 66990, 903210, 1037190, 1138830 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The unitary version of A291173.
LINKS
MATHEMATICA
uphi[n_] := If[n == 1, 1, (Times @@ (Table[#[[1]]^#[[2]] - 1, {1}] & /@ FactorInteger[n]))[[1]]]; Function[s, Flatten[First@Position[s, #] & /@ Union@Rest@FoldList[Max, 0, s]]]@ Table[n/(Total@FixedPointList[uphi, n] - (n-5)), {n, 2, 10^4}]+1 (* after Michael De Vlieger at A286268 and Alonso del Arte at A092693 *)
CROSSREFS
Sequence in context: A020492 A110590 A329401 * A281110 A252792 A284638
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Aug 19 2017
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 April 24 10:00 EDT 2024. Contains 371935 sequences. (Running on oeis4.)