|
Search: id:A062907
|
|
|
| A062907 |
|
Numbers n such that n and its reversal are both multiples of 19. |
|
+0 2
|
|
| 0, 171, 323, 494, 646, 969, 1710, 1881, 2166, 2318, 2489, 3230, 3553, 3705, 3876, 4940, 5073, 5225, 5396, 5548, 6460, 6612, 6783, 6935, 7068, 8132, 8455, 8607, 8778, 9690, 9842, 11134, 11457, 11609, 12521, 12692, 12844, 13129, 14041, 14364, 14516
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
2318 and 8132 are both multiples of 19.
|
|
PROGRAM
|
(ARIBAS): n := 19; stop := 15000; 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: A031900 A120819 A115078 this_sequence A116459 A016057 A043407
Adjacent sequences: A062904 A062905 A062906 this_sequence A062908 A062909 A062910
|
|
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.002 seconds
|