login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A039522
Numbers whose base-12 representation has the same nonzero number of 2's and 11's.
0
35, 134, 179, 278, 299, 311, 335, 347, 359, 371, 383, 395, 407, 419, 420, 421, 423, 424, 425, 426, 427, 428, 429, 430, 467, 566, 611, 710, 755, 854, 899, 998, 1043, 1142, 1187, 1286, 1331, 1430, 1475, 1574, 1586, 1598, 1608, 1609, 1611, 1612
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
LINKS
Table of n, a(n) for n=1..46.
MATHEMATICA
Select[Range[2000], DigitCount[#, 12, 2]==DigitCount[#, 12, 11]>0&] (*
Harvey P. Dale
, Dec 31 2024 *)
CROSSREFS
Sequence in context:
A192926
A120398
A339998
*
A044367
A044748
A171473
Adjacent sequences:
A039519
A039520
A039521
*
A039523
A039524
A039525
KEYWORD
nonn
,
base
,
easy
AUTHOR
Olivier Gérard
STATUS
approved