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!)
A275473 Least k such that d(k*n) = k, or 0 if no such k exists (d = A000005). 1
1, 4, 3, 9, 8, 12, 8, 10, 12, 18, 8, 20, 8, 18, 24, 8, 8, 0, 8, 24, 24, 18, 8, 16, 9, 18, 0, 20, 8, 0, 8, 14, 24, 18, 36, 24, 8, 18, 24, 16, 8, 40, 8, 20, 0, 18, 8, 24, 9, 36, 24, 20, 8, 18, 36, 16, 24, 18, 8, 32, 8, 18, 0, 0, 36, 40, 8, 20, 24, 48 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(4) = 9 because A000005(9*4) = 9.
MATHEMATICA
up[t_] := If[t < 15, 18, t^(1.066/Log[Log[t]])]; a[n_] := Catch@ Block[{k = 1}, While[ up[k*n]/k > 1, If[ DivisorSigma[0, k n] == k, Throw@ k, k++]]; 0]; Array[a, 70] (* Giovanni Resta, Jul 29 2016 *)
CROSSREFS
Sequence in context: A212001 A365904 A370290 * A131805 A197694 A187770
KEYWORD
nonn
AUTHOR
Altug Alkan, Jul 29 2016
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 May 8 06:05 EDT 2024. Contains 372319 sequences. (Running on oeis4.)