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!)
A061824 Multiples of 8 containing only the digits 0, ..., 8. 0
0, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 104, 112, 120, 128, 136, 144, 152, 160, 168, 176, 184, 200, 208, 216, 224, 232, 240, 248, 256, 264, 272, 280, 288, 304, 312, 320, 328, 336, 344, 352, 360, 368, 376, 384, 400, 408, 416, 424, 432, 440, 448, 456, 464 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Subsequence of A008590. - Michel Marcus, Nov 28 2014
LINKS
EXAMPLE
288 = 8*36 is a term containing no digit 9.
The first multiple of 8 that is not here is 96.
PROG
(PARI) lista(nn) = {for (n=0, nn, d = vecsort(digits(m=8*n)); if (!vecsearch(d, 9), print1(m, ", ")); ); } \\ Michel Marcus, Nov 28 2014
CROSSREFS
Sequence in context: A181390 A008590 A186544 * A085131 A178735 A043421
KEYWORD
nonn,base,easy
AUTHOR
Amarnath Murthy, May 28 2001
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), May 30 2001
Offset changed to 1 by Michel Marcus, Nov 28 2014
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 April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)