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.
%I A069536 #14 Oct 16 2018 11:23:47 %S A069536 0,1000,200,120,40,32,24,16,8,72,64,56,48,184,176,96,88,296,288,496, %T A069536 488,696,688,896,888,1888,2888,3888,4888,5888,6888,7888,8888,9888, %U A069536 19888,29888,39888,49888,59888,69888,79888,89888,99888 %N A069536 Smallest multiple of 8 with digit sum n. %C A069536 a(25) onwards the pattern is evident. %F A069536 a(n) = 8 * A077495(n). %o A069536 (Haskell) %o A069536 a069536 n = a069536_list !! n %o A069536 a069536_list = map (* 8) a077495_list %o A069536 -- _Reinhard Zumkeller_, Dec 09 2011 %Y A069536 Cf. A069521 to A069530, A069532, A069533, A069534, A069535. %K A069536 base,nonn %O A069536 0,2 %A A069536 _Amarnath Murthy_, Apr 01 2002 %E A069536 Missing a(0) inserted by _Franklin T. Adams-Watters_, Nov 29 2011