login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A218215 Product of the nonzero digits (in base 10) of n^4. 0

%I #6 Aug 10 2015 17:58:32

%S 1,6,8,60,60,108,8,216,180,1,96,252,480,576,300,2700,240,1512,18,6,

%T 1152,1440,4032,2646,1620,45360,240,4320,784,8,540,6720,720,2916,300,

%U 13608,1344,1440,288,60,6720,972,768,36288,240,94080,96768,2880,6720,60,2520,756,16128,3600,2700,186624,150,3888,252,108

%N Product of the nonzero digits (in base 10) of n^4.

%C This is to 4 as A218145 Product of the nonzero digits (in base 10) of n^3, is to 3. Similar to A053668, which does not exclude zero digits from the product. This is to the 4th powers A000583 as cubes A000578 are to A218145, and as A218072 is to the squares A000290.

%t Table[Times @@ Select[IntegerDigits[n^4], # > 0 &], {n, 60}]

%Y Cf. A000583, A007954, A053668, A218072, A218145.

%K nonn,base,easy

%O 1,2

%A _Jonathan Vos Post_, Oct 23 2012

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 17:20 EDT 2024. Contains 371962 sequences. (Running on oeis4.)