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.

A061832 Multiples of 11 having only even digits.

This page as a plain text file.
%I A061832 #4 Feb 15 2017 00:28:49
%S A061832 0,22,44,66,88,220,242,264,286,440,462,484,660,682,880,2002,2024,2046,
%T A061832 2068,2200,2222,2244,2266,2288,2420,2442,2464,2486,2640,2662,2684,
%U A061832 2860,2882,4004,4026,4048,4202,4224,4246,4268,4400,4422,4444,4466,4488,4620
%N A061832 Multiples of 11 having only even digits.
%H A061832 <a href="/index/Ar#10-automatic">Index entries for 10-automatic sequences</a>.
%e A061832 264 = 11*24 is a term having all even digits.
%o A061832 (PARI) is(n)=n%22==0 && #setintersect(Set(digits(n)), [1,3,5,7,9])==0 \\ _Charles R Greathouse IV_, Feb 15 2017
%Y A061832 Cf. A061829, A061830, A061831.
%K A061832 nonn,base,easy
%O A061832 1,2
%A A061832 _Amarnath Murthy_, May 29 2001
%E A061832 More terms from Larry Reeves (larryr(AT)acm.org), May 30 2001
%E A061832 Offset corrected by _Charles R Greathouse IV_, Feb 15 2017