A213320 Numbers such that the number of nonprime substrings equals the number of digits (substrings with leading zeros are considered to be nonprime).
1, 4, 6, 8, 9, 11, 12, 15, 19, 20, 21, 24, 26, 28, 30, 34, 36, 38, 39, 41, 42, 45, 50, 51, 54, 56, 58, 61, 62, 63, 65, 70, 74, 76, 78, 82, 85, 87, 89, 92, 93, 95, 117, 123, 127, 132, 133, 135, 139, 153, 157, 167, 171, 172, 175
Offset: 1
Examples
a(1) = 1, since 1 has 1 nonprime substrings. a(43) = 117, since 117 has 3 digits and also 3 nonprime substrings (1, 1, 117).
Links
- Hieronymus Fischer, Table of n, a(n) for n = 1..858 (full sequence)
Crossrefs
Extensions
Typo in example corrected, Hieronymus Fischer, Sep 11 2012
Comments