|
Search: id:A062901
|
|
|
| A062901 |
|
Number and its reversal are both multiples of 7. |
|
+0 3
|
|
| 7, 70, 77, 161, 168, 252, 259, 343, 434, 525, 595, 616, 686, 700, 707, 770, 777, 861, 868, 952, 959, 1001, 1008, 1071, 1078, 1162, 1169, 1253, 1344, 1435, 1526, 1596, 1610, 1617, 1680, 1687, 1701, 1708, 1771, 1778, 1862, 1869, 1953, 2002, 2009
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
168 and 861 are both multiples of 7.
|
|
PROGRAM
|
(ARIBAS): n := 7; stop := 2400; m := 0; while m < stop do rev := int_reverse(m); if rev mod n = 0 then write(m, " "); end; inc( m, n); end;
|
|
CROSSREFS
|
Sequence in context: A077683 A082797 A121027 this_sequence A061476 A136959 A136952
Adjacent sequences: A062898 A062899 A062900 this_sequence A062902 A062903 A062904
|
|
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) and Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jul 06, 2001
|
|
|
Search completed in 0.002 seconds
|