The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A362626 a(n) is the smallest number of 1's used in expressing n as a calculation containing only decimal repunits and operators +, -, * and /, where fractions are allowed as intermediate results. 4

%I #17 Apr 30 2023 02:14:22

%S 1,2,3,4,5,5,6,5,4,3,2,3,4,5,6,7,7,6,6,5,5,4,5,5,6,6,7,7,7,6,7,6,5,6,

%T 7,6,6,7,7,7,8,7,7,6,7,7,8,7,8,7,8,8,8,7,6,6,7,8,8,7,7,8,8,8,8,7,8,8,

%U 8,9,9,8,8,7,8,9,8,8,9,8,8,9,10,9,9,9,8,7,7

%N a(n) is the smallest number of 1's used in expressing n as a calculation containing only decimal repunits and operators +, -, * and /, where fractions are allowed as intermediate results.

%C a(n+1) <= a(n) + 1.

%C a(n) <= a(i) + a(j), for all i O j = n, for O = +, -, *, /.

%H Michael S. Branicky, <a href="/A362626/b362626.txt">Table of n, a(n) for n = 1..10000</a>

%e a(74) = 7, since 74 = 111/(1+(1/(1+1)).

%e a(111) = 3.

%Y Cf. A002275, A005245, A362471.

%K nonn,base

%O 1,2

%A _Yifan Xie_, _Haochen Mi_ and _Michael S. Branicky_, Apr 28 2023

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 17 12:26 EDT 2024. Contains 372600 sequences. (Running on oeis4.)