login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069536 Smallest multiple of 8 with digit sum n. 9
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; internal format)
OFFSET

0,2

COMMENTS

a(25) onwards the pattern is evident.

LINKS

a(n) = 8 * A077495(n).

PROG

(Haskell)

a069536 n = a069536_list !! n

a069536_list = map (* 8) a077495_list

-- Reinhard Zumkeller, Dec 09 2011

CROSSREFS

Cf. A069521 to A069530, A069532, A069533, A069534, A069535.

Sequence in context: A072990 A112023 A122988 * A126820 A033421 A033432

Adjacent sequences:  A069533 A069534 A069535 * A069537 A069538 A069539

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 01 2002

EXTENSIONS

Missing a(0) inserted by Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Nov 29 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 02:30 EST 2012. Contains 205978 sequences.