|
Search: id:A062916
|
|
|
| A062916 |
|
Non-palindromic number and its reversal are both multiples of 19. |
|
+0 1
|
|
| 1710, 2166, 2318, 2489, 3230, 3705, 3876, 4940, 5073, 5396, 5548, 6460, 6612, 6783, 6935, 7068, 8132, 8455, 8607, 9690, 9842, 11134, 11457, 11609, 12692, 12844, 13129, 14364, 14516, 14687, 14839, 15903, 16036, 16359, 17100, 17423
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Otto Forster, ARIBAS Interpreter for Arithmetic
|
|
EXAMPLE
|
2489 and 9842 are both multiples of 19.
|
|
PROGRAM
|
(ARIBAS) Programs for A062916 etc: If "m <> rev and" is deleted in line 8, one obtains the sequences which include palindromes (e.g. A062907).
(ARIBAS) function A0629xy(n, stop: integer); var m, rev: integer; begin m := n; while m < stop do rev := int_reverse(m); if m <> rev and rev mod n = 0 then write(m, " "); end; inc(m, n); end; end;
|
|
CROSSREFS
|
Sequence in context: A020405 A091368 A029559 this_sequence A129540 A008744 A024408
Adjacent sequences: A062913 A062914 A062915 this_sequence A062917 A062918 A062919
|
|
KEYWORD
|
nonn,base,easy
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 01 2001
|
|
EXTENSIONS
|
More terms from Klaus Brockhaus, Jul 02, 2001
|
|
|
Search completed in 0.002 seconds
|