|
Search: id:A062895
|
|
|
| A062895 |
|
Numbers for which d(n) = d(R(n)), where R(n) (A004086) is the reversal of n. |
|
+0 4
|
|
| 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 15, 17, 22, 24, 26, 31, 33, 37, 39, 42, 44, 51, 55, 58, 62, 66, 71, 73, 77, 79, 85, 88, 93, 97, 99, 101, 107, 111, 113, 115, 117, 121, 122, 123, 129, 131, 141, 143, 149, 151, 155, 157, 158, 159, 161, 165, 167, 169, 171, 177, 178, 179
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,1000
|
|
EXAMPLE
|
d(24) = 8 and also d(42) = 8, hence both are members.
|
|
PROGRAM
|
(PARI) { n=0; for (m=1, 10^9, x=m; r=0; while (x>0, d=x-10*(x\10); x\=10; r=r*10 + d); if (numdiv(m) == numdiv(r), write("b062895.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 12 2009]
|
|
CROSSREFS
|
Sequence in context: A008727 A088450 A108641 this_sequence A085869 A068892 A106801
Adjacent sequences: A062892 A062893 A062894 this_sequence A062896 A062897 A062898
|
|
KEYWORD
|
base,nonn,easy
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 30 2001
|
|
EXTENSIONS
|
Corrected and extended by Vladeta Jovovic (vladeta(AT)eunet.rs), Jun 30 2001
|
|
|
Search completed in 0.002 seconds
|