cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A048183 Least inverse of A048182.

This page as a plain text file.
%I A048183 #22 Apr 05 2025 11:34:42
%S A048183 2,3,4,5,7,10,11,17,22,29,41,58,67,101,131,173,259,346,461,617,787,
%T A048183 1037,1571,2074,2767,3703,5357,7403,9427,12443,16663,22217,33323,
%U A048183 44437,63677,88843,113117,149323,219803,298597,399883,533237,771403,1018483
%N A048183 Least inverse of A048182.
%C A048183 Also a(n) is the smallest integer that cannot be obtained by using the number 1 at most n+1 times and the operators +, -, *, /. - Koksal Karakus (karakusk(AT)hotmail.com), May 27 2002
%H A048183 Juris Cernenoks, Janis Iraids, Martins Opmanis, Rihards Opmanis, and Karlis Podnieks, <a href="http://arxiv.org/abs/1409.0446">Integer Complexity: Experimental and Analytical Results II</a>, arxiv:1409.0446 [math.NT], 2014; see Table 2.
%H A048183 <a href="/index/Fo#4x4">Index entries for similar sequences</a>
%e A048183 a(4)=7 because by using the number 1 at most five times we can write 1=1, 1+1=2, 1+1+1=3, 1+1+1+1+1=5, (1+1)*(1+1+1)=6 but we cannot obtain 7 in the same way.
%Y A048183 Cf. A005520, A060315, A181898.
%K A048183 nonn
%O A048183 0,1
%A A048183 _David W. Wilson_