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.

A104011 Number of prime factors (with multiplicity) of centered dodecahedral numbers (A005904).

Original entry on oeis.org

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

Views

Author

Jonathan Vos Post, Feb 24 2005

Keywords

Comments

When a(n) = 2, n is a term of A104012: indices of centered dodecahedral numbers (A005904) which are semiprimes.

Examples

			a(9) = 3 because A005904(9) = 8569 = 11 * 19 * 41, which has 3 prime factors (which happen to have the same number of digits).
a(18) = 3 because A005904(18) = 63307 = 29 * 37 * 59.
a(96) = 3 because A005904(96) = 8986273 = 101 * 193 * 461.
a(126) = 5 because A005904(126) = 20242783 = 11 * 23 * 29 * 31 * 89, which has 5 prime factors (which happen to have the same number of digits).
		

Crossrefs

Programs

  • Mathematica
    PrimeOmega[(2*n+1)*(5*n^2+5*n+1)] /. n -> Range[0, 99] (* Giovanni Resta, Jun 17 2016 *)

Formula

a(n) = A001222(A005904(n)).
a(n) = Bigomega((2*n+1)*(5*n^2 + 5*n + 1)).

Extensions

A missing term inserted by Giovanni Resta, Jun 17 2016