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.

A034376 Cubes with all digits even.

This page as a plain text file.
%I A034376 #10 Jul 05 2021 16:13:54
%S A034376 0,8,64,8000,64000,8000000,8242408,64000000,6048464248,6068404224,
%T A034376 6880682808,8000000000,8024024008,8242408000,64000000000,82426462208,
%U A034376 6048464248000,6068404224000,6880682808000,8000000000000,8002400240008
%N A034376 Cubes with all digits even.
%H A034376 Giovanni Resta, <a href="/A034376/b034376.txt">Table of n, a(n) for n = 1..1600</a> (terms < 10^52)
%t A034376 Select[Range[0,20100,2]^3,And@@EvenQ[IntegerDigits[#]]&] (* _Harvey P. Dale_, Dec 10 2013 *)
%Y A034376 Cf. A052004, A030099, A030100.
%K A034376 nonn,base,nice
%O A034376 1,2
%A A034376 _Erich Friedman_
%E A034376 Offset set to 1 by _Giovanni Resta_, Mar 13 2020