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!)
A053668 Product of digits of n^3. 5
0, 1, 8, 14, 24, 10, 12, 36, 10, 126, 0, 9, 112, 126, 224, 315, 0, 108, 240, 2160, 0, 108, 0, 84, 192, 300, 1470, 1296, 180, 1728, 0, 1134, 2016, 2835, 0, 2240, 4320, 0, 2240, 1215, 0, 864, 0, 0, 1280, 90, 3402, 0, 0, 1512, 0, 180, 0, 12544, 3360, 3780, 1260, 1080, 90, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A007954(n^3). - Michel Marcus, Jun 06 2014
MAPLE
seq(convert(convert(n^3, base, 10), `*`), n=0..100); # Robert Israel, Feb 03 2019
MATHEMATICA
Times@@IntegerDigits[#]&/@(Range[0, 60]^3) (* Harvey P. Dale, Jul 15 2019 *)
PROG
(PARI) a(n) = my(d = digits(n^3)); prod(i=1, #d, d[i]); \\ Michel Marcus, Jun 06 2014
CROSSREFS
Cf. A007954.
Sequence in context: A134445 A100508 A325302 * A218145 A250098 A155156
KEYWORD
nonn,base,easy
AUTHOR
Enoch Haga, Feb 17 2000
STATUS
approved

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 26 20:34 EDT 2024. Contains 372004 sequences. (Running on oeis4.)