login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A001613
Delete all odd digits from n.
3
0, 0, 2, 0, 4, 0, 6, 0, 8, 0, 0, 0, 2, 0, 4, 0, 6, 0, 8, 0, 20, 2, 22, 2, 24, 2, 26, 2, 28, 2, 0, 0, 2, 0, 4, 0, 6, 0, 8, 0, 40, 4, 42, 4, 44, 4, 46, 4, 48, 4, 0, 0, 2, 0, 4, 0, 6, 0, 8, 0, 60, 6, 62, 6, 64, 6, 66, 6, 68, 6, 0, 0, 2, 0, 4, 0, 6, 0, 8, 0, 80, 8
OFFSET
0,3
MATHEMATICA
Table[FromDigits[DeleteCases[IntegerDigits[n], _?(OddQ[#] &)]], {n, 0, 100}] (* T. D. Noe, Aug 09 2012 *)
CROSSREFS
Sequence in context: A319813 A366562 A071648 * A237420 A130891 A091371
KEYWORD
base,nonn
STATUS
approved