|
Search: id:A062911
|
|
|
| A062911 |
|
Non-palindromic number and its reversal are both multiples of 8. |
|
+0 1
|
|
| 80, 800, 840, 880, 2136, 2152, 2176, 2192, 2304, 2320, 2328, 2344, 2360, 2368, 2384, 2512, 2536, 2576, 2592, 2704, 2720, 2728, 2744, 2760, 2768, 2784, 2912, 2936, 2952, 2976, 4016, 4032, 4056, 4072, 4096, 4200, 4208, 4240, 4248, 4264, 4280, 4288, 4416
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
2152 and 2512 are both multiples of 8.
|
|
PROGRAM
|
(ARIBAS): n := 8; stop := 4500; m := 0; while m < stop do rev := int_reverse(m); if m <> rev and rev mod n = 0 then write(m, " "); end; inc(m, n); end; .
|
|
CROSSREFS
|
Sequence in context: A085774 A107624 A068782 this_sequence A024392 A052519 A126861
Adjacent sequences: A062908 A062909 A062910 this_sequence A062912 A062913 A062914
|
|
KEYWORD
|
nonn,base,easy
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 01 2001
|
|
EXTENSIONS
|
Corrected and extended by Dean Hickerson (dean(AT)math.ucdavis.edu), Jul 06, 2001
|
|
|
Search completed in 0.003 seconds
|