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.

A186440 Number of prime divisors (counted with multiplicity) of n such that the primitive irreducible trinomial x^n + x^k + 1 is a primitive irreducible polynomial (mod 2) for some k with 0 < k < n (A073726).

Original entry on oeis.org

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

Views

Author

Jonathan Vos Post, Feb 21 2011

Keywords

Examples

			a(48) = 4 because A073726(48) = 100, and Omega(100 = 2^2 * 5^2) = 4.
		

Crossrefs

Cf. A001222, A073726, See A074744 for corresponding values of k.

Formula

a(n) = bigomega(A073726(n)) = Omega(A073726(n)) = A001222(A073726(n)).

Extensions

a(49) - a(78) from Nathaniel Johnston, Apr 26 2011