|
Search: id:A062902
|
|
|
| A062902 |
|
Number and its reversal are both multiples of 12. |
|
+0 1
|
|
| 0, 48, 84, 216, 252, 276, 408, 420, 444, 468, 480, 612, 636, 672, 696, 804, 828, 840, 864, 888, 2100, 2112, 2124, 2136, 2148, 2160, 2172, 2184, 2196, 2304, 2316, 2328, 2340, 2352, 2364, 2376, 2388, 2508, 2520, 2532, 2544, 2556, 2568, 2580, 2592, 2700
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
EXAMPLE
|
216 and 612 are both multiples of 12.
|
|
PROGRAM
|
(ARIBAS): n := 12; stop := 2800; m := 0; while m < stop do rev := int_reverse(m); if rev mod n = 0 then write(m, " "); end; inc(m, n); end; .
|
|
CROSSREFS
|
See A062901.
Sequence in context: A039426 A043249 A044029 this_sequence A058229 A114437 A043418
Adjacent sequences: A062899 A062900 A062901 this_sequence A062903 A062904 A062905
|
|
KEYWORD
|
nonn,base,easy
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 01 2001
|
|
EXTENSIONS
|
Corrected and extended by Dean Hickerson (dean.hickerson(AT)yahoo.com), Jul 06, 2001
|
|
|
Search completed in 0.002 seconds
|