|
| |
|
|
A076490
|
|
Number of common (distinct) digits of consecutive prime numbers.
|
|
1
| |
|
|
0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 2, 2, 2, 1, 1, 1, 2, 2, 2, 1, 2, 1, 2, 2, 2, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 2, 1, 2, 2, 1, 2, 1, 2, 1, 2, 2, 1, 1, 2, 2, 2, 1, 2, 2, 1, 2, 1, 2, 2, 1, 2, 2, 0, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 2, 2, 2, 2, 1, 2, 0, 2, 1, 2, 1, 2, 2, 1, 2, 1, 2
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,26
|
|
|
EXAMPLE
| 1 to 9 common digits for {11 and 13},{101,103},{1031,1033}, {10223,10243},{97213,97231},{126079,126097},{1206479,1206497}, {10186237,10186273},{100438279,100438297} respectively.
|
|
|
MATHEMATICA
| Table[Length[Intersection[IntegerDigits[w], IntegerDigits[w+1]]], {w, 1, 200}]
|
|
|
CROSSREFS
| Cf. A006880, A076489.
Sequence in context: A172497 A135265 A144110 * A124278 A139755 A195052
Adjacent sequences: A076487 A076488 A076489 * A076491 A076492 A076493
|
|
|
KEYWORD
| base,easy,nonn
|
|
|
AUTHOR
| Labos E. (labos(AT)ana.sote.hu), Oct 21 2002
|
| |
|
|