The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A199991 Nonprime numbers whose multiplicative persistence is 1. 0

%I #9 Aug 03 2014 14:01:36

%S 10,12,14,15,16,18,20,21,22,24,30,32,33,40,42,50,51,60,70,80,81,90,91,

%T 100,102,104,105,106,108,110,111,112,114,115,116,117,118,119,120,121,

%U 122,123,124,130,132,133,140,141,142,150,160,161,170,171,180,190

%N Nonprime numbers whose multiplicative persistence is 1.

%C Complement of A046501 with respect to A046510.

%e 105 -> 1 * 0 * 5 = 0; one digit in one step.

%t persistence[n_] := Module[{cnt = 0, k = n}, While[k > 9, cnt++; k = Times @@ IntegerDigits[k]]; cnt]; Select[Range[200], ! PrimeQ[#] && persistence[#] == 1 &] (* _T. D. Noe_, Nov 23 2011 *)

%Y Cf. A046501 (primes whose multiplicative persistence is 1).

%K nonn,base

%O 1,1

%A _Jaroslav Krizek_, Nov 13 2011

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 May 14 05:21 EDT 2024. Contains 372528 sequences. (Running on oeis4.)