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.

A105068 Number of distinct prime divisors of 10^n - 3.

Original entry on oeis.org

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

Views

Author

Parthasarathy Nambi, Apr 05 2005

Keywords

Examples

			If n = 1, 2 or 3, then 10^n - 3 is prime and thus the first three terms are 1.
		

Crossrefs

Programs

  • Mathematica
    Table[Length[FactorInteger[10^n - 3]], {n, 1, 50}] (* Stefan Steinerberger, Feb 21 2006 *)

Formula

a(n) = A001221(A173833(n)). - Amiram Eldar, Jan 25 2020

Extensions

More terms from Stefan Steinerberger, Feb 21 2006
More terms from Amiram Eldar, Jan 25 2020