cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A105972 Number of distinct prime divisors of 88...881 (with n 8's).

Original entry on oeis.org

0, 1, 1, 2, 4, 3, 2, 2, 2, 2, 3, 3, 3, 3, 2, 2, 3, 8, 1, 3, 2, 2, 5, 2, 4, 6, 2, 2, 5, 3, 4, 4, 4, 2, 5, 5, 5, 4, 6, 3, 5, 3, 2, 5, 4, 4, 7, 4, 4, 6, 3, 5, 5, 3, 5, 6, 5, 5, 5, 4, 3, 5, 4, 2, 7, 3, 3, 8, 3, 5, 6, 7, 3, 6, 3, 3, 7, 3, 1, 5, 5, 4, 8, 4, 3, 4, 4
Offset: 0

Views

Author

Parthasarathy Nambi, Apr 28 2005

Keywords

Examples

			The number of distinct prime divisors of 81 is 1.
The number of distinct prime divisors of 881 is 1 (prime).
The number of distinct prime divisors of 8881 is 2.
		

Crossrefs

Programs

  • Mathematica
    Table[PrimeNu[(8*10^(n+1) - 71)/9], {n,0,50}] (* G. C. Greubel, May 16 2017 *)
    PrimeNu/@Table[10 FromDigits[PadRight[{},n,8]]+1,{n,0,90}] (* Harvey P. Dale, Apr 25 2019 *)
  • PARI
    a(n) = omega((8*10^(n+1)-71)/9); \\ Michel Marcus, Jan 27 2014

Formula

a(n) = A001221(A173810(n+1)). - Michel Marcus, Jan 27 2014

Extensions

More terms from Michel Marcus, Jan 27 2014
Showing 1-1 of 1 results.