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.

A254715 Number of n-digit semiprimes with semiprime digits (4, 6, 9).

Original entry on oeis.org

3, 4, 8, 18, 55, 137, 415, 941, 2854, 7743, 21959, 61545, 175817, 496688
Offset: 1

Views

Author

Zak Seidov, Feb 06 2015

Keywords

Examples

			a(1) = 3 because there are 3 one-digit semiprimes with semiprime digits: 4,6,9.
a(2) = 4 because there are 4 two-digit relevant semiprimes: 46,49,69,94.
a(3) = 8 because there are 8 three-digit relevant semiprimes: 446,466,469,649,669,694,699,949.
		

Crossrefs

Cf. A107342.

Formula

a(n) = number of n-digit terms in A107342.