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.

A105255 Number of distinct prime divisors of 88...889 (with n 8's).

Original entry on oeis.org

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

Views

Author

Parthasarathy Nambi, Apr 29 2005

Keywords

Examples

			The number of distinct prime divisors of 89 is 1 (prime).
The number of distinct prime divisors of 889 is 2.
The number of distinct prime divisors of 8889 is 2.
		

Crossrefs

Cf. A104543.

Programs

  • Mathematica
    Table[PrimeNu[(8*10^(n + 1) + 1)/9], {n, 0,50}] (* G. C. Greubel, May 16 2017 *)
  • PARI
    a(n) = omega((8*10^(n+1)+1)/9); \\ Michel Marcus, Jan 27 2014

Formula

a(n) = A001221(A059482(n+1)). - Michel Marcus, Jan 27 2014
Showing 1-1 of 1 results.