login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110727 Absolute({n concatenate R(n)}-{R(n) concatenate n})/11, where R(n) = digit reversal of n. 2
81, 0, 81, 162, 243, 324, 405, 486, 567, 648, 162, 81, 0, 81, 162, 243, 324, 405, 486, 567, 243, 162, 81, 0, 81, 162, 243, 324, 405, 486, 324, 243, 162, 81, 0, 81, 162, 243, 324, 405, 405, 324, 243, 162, 81, 0, 81, 162, 243, 324, 486, 405, 324, 243, 162, 81 (list; graph; refs; listen; history; text; internal format)
OFFSET
10,1
COMMENTS
a(palindrome) = 0. a(n) = a(R(n)).
LINKS
FORMULA
When n has two digits a(n)= 81*abs(x-y), (Here x,y are the digits of n and abs(n) is the absolute value of n.). - _Keith Schneider_, Jun 16 2007
EXAMPLE
a(12) = abs(1221-2112)/11 = 81.
MATHEMATICA
Abs[Table[(FromDigits[Join[IntegerDigits[n], Reverse[IntegerDigits[n]]]] - FromDigits[Join[Reverse[IntegerDigits[n]], IntegerDigits[n]]])/11, {n, 10, 60}]] (* G. C. Greubel, Sep 06 2017 *)
CROSSREFS
Sequence in context: A056669 A005085 A050455 * A005068 A366458 A259687
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Aug 09 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)