|
| |
|
|
A087381
|
|
Let Compri(n) be the number obtained by replacing each prime digit (2,3,5,7) of n by a '1' and a composite digit( 0,4,6,8,9) by a '0' . A 1 remains the same. a(n) = Compri(n).
|
|
1
| |
|
|
1, 1, 1, 0, 1, 0, 1, 0, 0, 10, 11, 11, 11, 10, 11, 10, 11, 10, 10, 10, 11, 11, 11, 10, 11, 10, 11, 10, 10, 10, 11, 11, 11, 10, 11, 10, 11, 10, 10, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 10, 11, 11, 11, 10, 11, 10, 11, 10, 10, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 10, 11, 11, 11, 10, 11, 10, 11, 10, 10, 0
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,10
|
|
|
COMMENTS
| For all numbers using only composite digits( 0,4,6,8,9,) a(n) = 0. For a 'k' digit number using 1 and/or only prime digits a(n) = (10^k-1)/9.
|
|
|
EXAMPLE
| a(4206) = 100
a(10235479) = 10111010
|
|
|
CROSSREFS
| Cf. A087380.
Sequence in context: A077812 A004288 A065016 * A136400 A121266 A045988
Adjacent sequences: A087378 A087379 A087380 * A087382 A087383 A087384
|
|
|
KEYWORD
| base,nonn
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Sep 09 2003
|
|
|
EXTENSIONS
| More terms from David Wasserman (wasserma(AT)spawar.navy.mil), May 25 2005
|
| |
|
|