Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063543
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063543 n - product of nonzero digits of n. +0
2
0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 18, 19, 18, 17, 16, 15, 14, 13, 12, 11, 27, 28, 26, 24, 22, 20, 18, 16, 14, 12, 36, 37, 34, 31, 28, 25, 22, 19, 16, 13, 45, 46, 42, 38, 34, 30, 26, 22, 18, 14, 54, 55, 50, 45, 40, 35, 30, 25, 20, 15, 63, 64, 58 (list; graph; listen)
OFFSET

1,10

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,2000

EXAMPLE

a(20) = 20 - 2 = 18.

PROGRAM

(PARI) ProdNzD(x)= { local(d, p); p=1; while (x>9, d=x-10*(x\10); if (d, p*=d); x\=10); return(p*x) } { for (n=1, 2000, write("b063543.txt", n, " ", n - ProdNzD(n)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 25 2009]

CROSSREFS

Cf. A063114.

Sequence in context: A158001 A157763 A010735 this_sequence A096166 A078548 A095777

Adjacent sequences: A063540 A063541 A063542 this_sequence A063544 A063545 A063546

KEYWORD

nonn,base,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Aug 14 2001

EXTENSIONS

More terms from Larry Reeves (larryr(AT)acm.org), Aug 14 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research