login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A039382 Numbers whose base-9 representation has the same nonzero number of 3's and 8's. 1
35, 75, 116, 156, 197, 237, 251, 260, 269, 287, 296, 305, 314, 315, 316, 317, 319, 320, 321, 322, 359, 399, 440, 480, 521, 561, 602, 642, 651, 660, 669, 675, 676, 677, 679, 680, 681, 682, 687, 696, 705, 714, 764, 804, 845, 885, 926, 966, 980, 989, 998 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) is(n) = { my(d = digits(n, 9), i = 0, j = 0); for(x=1, length(d), if(d[x] == 3, i++, if(d[x] == 8, j++))); return(i==j && i!=0); } \\ Iain Fox, Nov 21 2017
CROSSREFS
Cf. A007095.
Sequence in context: A044137 A350055 A044518 * A043205 A043985 A254443
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)