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!)
A104482 Number of distinct prime divisors of 11...119 (with n 1's). 2

%I #29 Sep 08 2022 08:45:17

%S 1,1,2,2,1,1,2,1,3,2,2,2,4,3,3,4,1,2,5,4,3,4,2,2,4,2,3,4,2,3,6,4,4,2,

%T 3,5,3,5,5,3,3,4,6,4,4,3,2,3,2,1,6,2,7,2,2,4,4,3,6,2,3,2,4,4,5,4,6,3,

%U 5,5,6,4,6,5,5,10,4,3,5,5,3,7,3,2,9,5,7,5,8,5,6,4,5,5,5,6,5,2,8,4

%N Number of distinct prime divisors of 11...119 (with n 1's).

%H Amiram Eldar, <a href="/A104482/b104482.txt">Table of n, a(n) for n = 0..204</a>

%H Makoto Kamada, <a href="https://stdkmd.net/nrr/1/11119.htm#factor">Factorizations of 11...119</a>.

%H Markus Tervooren, <a href="http://factordb.com/index.php?query=%2810%5Ex%2B71%29%2F9">Factorizations of (1)w9</a>

%F a(n) = A001221(A165247(n+1)). - _Amiram Eldar_, Jan 24 2020

%e The number of distinct prime divisors of 19 is 1 (prime).

%e The number of distinct prime divisors of 119 is 2: 119 = 7 * 17.

%e The number of distinct prime divisors of 1119 is 2: 1119 = 3 * 373.

%p seq(nops(numtheory:-factorset((10^n + 71)/9)), n=1..70); # _Robert Israel_, Apr 19 2015

%t Table[PrimeNu[(10^n + 71)/9], {n, 50}] (* _Alonso del Arte_, Apr 18 2015 *)

%o (Magma) [(#(PrimeDivisors((10^n+71)div 9))): n in [1..60]]; // _Vincenzo Librandi_, Apr 19 2015

%Y Cf. A001221, A165247.

%K nonn,base

%O 0,3

%A _Parthasarathy Nambi_, Apr 18 2005

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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)