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.

A218311 Product of the nonzero digits (in base 10) of n^5.

This page as a plain text file.
%I A218311 #9 Aug 11 2015 01:36:54
%S A218311 1,36,576,64,900,4235364,112896,4064256,2624400,1,900,9437184,1285956,
%T A218311 45158400,1093955625,45158400,101606400,19110297600,740710656,36,
%U A218311 16384,7290000,241864704,1316818944,12859560000,65028096,585252864,4064256,129600,576,74649600
%N A218311 Product of the nonzero digits (in base 10) of n^5.
%C A218311 This is to 5 as A218145, product of the nonzero digits (in base 10) of
%C A218311 n^3, is to 3. Similar to A053668, which does not exclude zero digits
%C A218311 from the product.  This is to the 5th powers A000584 as cubes A000578
%C A218311 are to A218145, and as A218072 is to the squares A000290.
%e A218311 a(3) = 36 because 3^5 = 243, and 2*4*3 = 36.
%t A218311 Table[Times @@ Select[IntegerDigits[n^5], # > 0 &], {n, 60}]
%Y A218311 Cf. A000584, A007954, A053668, A218072, A218145.
%K A218311 nonn,base,easy
%O A218311 1,2
%A A218311 _Jonathan Vos Post_, Oct 25 2012