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!)
A069536 Smallest multiple of 8 with digit sum n. 8
0, 1000, 200, 120, 40, 32, 24, 16, 8, 72, 64, 56, 48, 184, 176, 96, 88, 296, 288, 496, 488, 696, 688, 896, 888, 1888, 2888, 3888, 4888, 5888, 6888, 7888, 8888, 9888, 19888, 29888, 39888, 49888, 59888, 69888, 79888, 89888, 99888 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(25) onwards the pattern is evident.
LINKS
FORMULA
a(n) = 8 * A077495(n).
PROG
(Haskell)
a069536 n = a069536_list !! n
a069536_list = map (* 8) a077495_list
-- Reinhard Zumkeller, Dec 09 2011
CROSSREFS
Sequence in context: A072990 A112023 A122988 * A126820 A033421 A033432
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Apr 01 2002
EXTENSIONS
Missing a(0) inserted by Franklin T. Adams-Watters, Nov 29 2011
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 June 20 16:59 EDT 2024. Contains 373530 sequences. (Running on oeis4.)