Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A131207
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A131207 Nonnegative integers n such that the difference between n and its reverse is a palindrome. +0
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; listen)
OFFSET

1,3

PROGRAM

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

CROSSREFS

Sequence in context: A161950 A111470 A130577 this_sequence A134336 A032981 A136332

Adjacent sequences: A131204 A131205 A131206 this_sequence A131208 A131209 A131210

KEYWORD

nonn,base

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research