|
| |
|
|
A126071
|
|
Number of bases (2 <= b <= n+1) in which n has symmetrical digits.
|
|
1
| |
|
|
1, 1, 2, 2, 3, 2, 3, 3, 3, 4, 2, 3, 3, 3, 4, 4, 4, 4, 2, 4, 5, 3, 3, 5, 3, 5, 4, 5, 3, 4, 4, 4, 4, 4, 3, 6, 3, 4, 3, 6, 3, 5, 3, 4, 5, 5, 2, 6, 3, 5
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
COMMENTS
| a(n) >= 1, since n will always have a single "digit" in base n+1.
|
|
|
EXAMPLE
| From bases 2 to 9 respectively, 8 can be represented as: 1000, 22, 20, 13, 12, 11, 10, 8. Three of those are symmetrical (22, 11, 8) and so a(8) = 3.
|
|
|
CROSSREFS
| Cf. A016026.
Sequence in context: A076223 A076235 A057941 * A185166 A105264 A063787
Adjacent sequences: A126068 A126069 A126070 * A126072 A126073 A126074
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Paul Richards (pr(AT)paulrichards.me.uk), Mar 01 2007
|
| |
|
|