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.

A175520 Number of distinct transpositions of digits (zeros and units) in n-th semiprime written in base 2.

Original entry on oeis.org

3, 3, 6, 6, 4, 1, 10, 10, 10, 10, 15, 15, 20, 20, 15, 15, 20, 15, 6, 15, 15, 6, 21, 35, 35, 35, 35, 35, 35, 21, 21, 21, 21, 7, 35, 7, 21, 21, 7, 21, 21, 7, 28, 56, 56, 70, 70, 56, 56, 56, 56, 56, 28, 56, 70, 70, 70, 70, 28, 56, 28, 56, 70, 70, 56, 56, 56, 70, 56, 56, 28, 56, 56, 28
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jun 05 2010

Keywords

Examples

			a(1)=3 because (100,010,001) where semiprime(1)=3=100 (in base 2).
		

Crossrefs

Cf. A177687.

Formula

a(n)=binomial ( (A000120(s)+A023416(s)), A000120(s) ), where s=semiprime(n).

Extensions

a(56) corrected by R. J. Mathar, Jun 07 2010