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!)
A167831 Largest m<=n such that no carry occurs when adding m to n in decimal arithmetic. 6

%I #7 Mar 15 2014 10:39:54

%S 0,1,2,3,4,4,3,2,1,0,10,11,12,13,14,14,13,12,11,10,20,21,22,23,24,24,

%T 23,22,21,20,30,31,32,33,34,34,33,32,31,30,40,41,42,43,44,44,43,42,41,

%U 40,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27

%N Largest m<=n such that no carry occurs when adding m to n in decimal arithmetic.

%C A167832(n) = a(n) + n.

%H R. Zumkeller, <a href="/A167831/b167831.txt">Table of n, a(n) for n = 0..9999</a>

%o (Haskell)

%o a167831 n = head [x | let ds = a031298_row n, x <- [n, n-1 ..],

%o all (< 10) $ zipWith (+) ds (a031298_row x)]

%o -- _Reinhard Zumkeller_, Mar 15 2014

%Y Cf. A167877, A035327 for the ternary and binary cases.

%Y Cf. A031298.

%K base,nonn,look

%O 0,3

%A _Reinhard Zumkeller_, Nov 14 2009

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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)