cp's OEIS Frontend

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.

A061824 Multiples of 8 containing only the digits 0, ..., 8.

This page as a plain text file.
%I A061824 #10 Nov 28 2014 05:46:43
%S A061824 0,8,16,24,32,40,48,56,64,72,80,88,104,112,120,128,136,144,152,160,
%T A061824 168,176,184,200,208,216,224,232,240,248,256,264,272,280,288,304,312,
%U A061824 320,328,336,344,352,360,368,376,384,400,408,416,424,432,440,448,456,464
%N A061824 Multiples of 8 containing only the digits 0, ..., 8.
%C A061824 Subsequence of A008590. - _Michel Marcus_, Nov 28 2014
%e A061824 288 = 8*36 is a term containing no digit 9.
%e A061824 The first multiple of 8 that is not here is 96.
%o A061824 (PARI) lista(nn) = {for (n=0, nn, d = vecsort(digits(m=8*n)); if (!vecsearch(d, 9), print1(m, ", ")););} \\ _Michel Marcus_, Nov 28 2014
%Y A061824 Cf. A008590, A061818, A061819, A061820, A061821, A061822, A061823.
%K A061824 nonn,base,easy
%O A061824 1,2
%A A061824 _Amarnath Murthy_, May 28 2001
%E A061824 More terms from Larry Reeves (larryr(AT)acm.org), May 30 2001
%E A061824 Offset changed to 1 by _Michel Marcus_, Nov 28 2014