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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131207 Nonnegative integers n such that the difference between n and its reverse is a palindrome. 1
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 21, 22, 23, 32, 33, 34, 43, 44, 45, 54, 55, 56, 65, 66, 67, 76, 77, 78, 87, 88, 89, 98, 99, 100, 101, 102, 110, 111, 112, 120, 121, 122, 123, 132, 201, 210, 211, 212, 213, 221, 222, 223, 231, 232, 233, 234, 243, 312, 321, 322, 323 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

a(n) = A178403(n) for n < 48. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), May 27 2010]

PROG

for(i = 1; i <=1000; i++){ n = Math.abs(i - reverseNumber(i)); if(n == reverseNumber(n)){ System.out.println(i); } }

CROSSREFS

Sequence in context: A130577 A178403 * A134336 A032981 A136332 A023766

Adjacent sequences:  A131204 A131205 A131206 * A131208 A131209 A131210

KEYWORD

nonn,base

AUTHOR

Rachit Agrawal (rachit_agrawal(AT)daiict.ac.in), Oct 23 2007

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 14 10:24 EST 2012. Contains 205614 sequences.