login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062895 Numbers for which d(n) = d(R(n)), where R(n) (A004086) is the reversal of n. 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; refs; listen; history; internal format)
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.

PROG

(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: A088450 A108641 A171550 * A085869 A068892 A106801

Adjacent sequences:  A062892 A062893 A062894 * 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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 08:49 EST 2012. Contains 205740 sequences.