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!)
A063425 Unattainable numbers: integers not expressible as k + product of nonzero digits of k (A063114). 7
1, 3, 5, 7, 9, 13, 15, 17, 19, 21, 25, 27, 30, 31, 36, 37, 39, 40, 43, 48, 49, 51, 52, 53, 57, 59, 61, 63, 64, 69, 71, 72, 73, 76, 79, 82, 83, 84, 87, 90, 91, 93, 96, 97, 103, 105, 113, 115, 117, 119, 121, 127, 131, 136, 137, 139, 148, 149, 151, 153, 157, 159, 163, 164 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Paul A. Loomis, An Introduction to Digit Product Sequences, J. Rec. Math., 32 (2003-2004), 147-151.
Paul A. Loomis, An Introduction to Digit Product Sequences, J. Rec. Math., 32 (2003-2004), 147-151. [Annotated archived copy]
MATHEMATICA
f[n_] := Block[{s = Sort[ IntegerDigits[n]]}, While[ s[[1]] == 0, s = Drop[s, 1]]; n + Times @@ s]; t = Table[0, {200}]; Do[ a = f[n]; If[a < 200, t[[a]]++ ], {n, 200}]; Select[ Range[ 200], t[[ # ]] == 0 &] (* Robert G. Wilson v, Jul 16 2004 *)
CROSSREFS
Sequence in context: A067031 A204454 A029740 * A215806 A333369 A064608
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Aug 09 2001
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)