|
Search: id:A007284
|
|
|
| A007284 |
|
Horizontally symmetric numbers. (Formerly M4477)
|
|
+0 2
|
|
| 0, 1, 3, 8, 10, 11, 13, 18, 30, 31, 33, 38, 80, 81, 83, 88, 100, 101, 103, 108, 110, 111, 113, 118, 130, 131, 133, 138, 180, 181, 183, 188, 300, 301, 303, 308, 310, 311, 313, 318, 330, 331, 333, 338, 380, 381, 383, 388, 800, 801, 803, 808, 810, 811, 813, 818
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
FORMULA
|
Numbers using only digits 0, 1, 3 and 8.
|
|
PROGRAM
|
(PARI) \Same numbers flipped over flipover(n) = { local(flag, x, j, sx, v, d); for(x=0, n, sx = Str(x); v = Vec(sx); for(j=1, length(sx), d = v[j]; if(d=="0"||d=="1"||d=="3"||d=="8", flag=1, flag=0; break); ); if(flag, print1(x", ")) ) } (Cino Hilliard)
|
|
CROSSREFS
|
Cf. A046031.
Sequence in context: A067569 A127518 A151693 this_sequence A080892 A074186 A064147
Adjacent sequences: A007281 A007282 A007283 this_sequence A007285 A007286 A007287
|
|
KEYWORD
|
nonn,easy,base
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
EXTENSIONS
|
More terms from Henry Bottomley (se16(AT)btinternet.com), Feb 14 2000
|
|
|
Search completed in 0.002 seconds
|