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!)
A230101 a(n) = product of n and all its nonzero digits. 4
0, 1, 4, 9, 16, 25, 36, 49, 64, 81, 10, 11, 24, 39, 56, 75, 96, 119, 144, 171, 40, 42, 88, 138, 192, 250, 312, 378, 448, 522, 90, 93, 192, 297, 408, 525, 648, 777, 912, 1053, 160, 164, 336, 516, 704, 900, 1104, 1316, 1536, 1764, 250, 255, 520, 795, 1080, 1375, 1680, 1995, 2320, 2655, 360, 366, 744, 1134, 1536, 1950 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n*A051801.
EXAMPLE
a(15) = 15*1*5=75
MAPLE
with transforms; [seq(n*digprod0(n), n=0..200)];
MATHEMATICA
Table[n*Times@@Select[IntegerDigits[n], #!=0&], {n, 0, 70}] (* Harvey P. Dale, May 26 2018 *)
CROSSREFS
Sequence in context: A098733 A068522 A048385 * A361203 A057147 A213630
KEYWORD
base,easy,nonn
AUTHOR
N. J. A. Sloane, Oct 12 2013
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)