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.

A104483 Number of distinct prime divisors of 33...337 (with n 3s).

Original entry on oeis.org

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

Views

Author

Parthasarathy Nambi, Apr 18 2005

Keywords

Comments

Number of distinct prime factors of (10^(n + 1) - 1)/3 + 4. - Stefan Steinerberger, Mar 06 2006

Examples

			The number of distinct prime divisors of 37 is 1 (prime).
The number of distinct prime divisors of 337 is 1 (prime).
The number of distinct prime divisors of 3337 is 2.
		

Crossrefs

Programs

  • Mathematica
    Table[Length[FactorInteger[(10^(n + 1) - 1)/3 + 4]], {n, 1, 50}] (* Stefan Steinerberger, Mar 06 2006 *)

Formula

a(n) = A001221(A173766(n+1)). - Amiram Eldar, Jan 24 2020

Extensions

More terms from Stefan Steinerberger, Mar 06 2006
More terms from Amiram Eldar, Jan 24 2020