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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110725 [{n concatenate R(n)}+{ R(n) concatenate n}]/11, R(n) = digit reversal of n. 3
0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 101, 202, 303, 404, 505, 606, 707, 808, 909, 1010, 202, 303, 404, 505, 606, 707, 808, 909, 1010, 1111, 303, 404, 505, 606, 707, 808, 909, 1010, 1111, 1212, 404, 505, 606, 707, 808, 909, 1010, 1111, 1212, 1313, 505 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

A110724(n)/11.

When n has one digit a(n)=2*n. When n has two digits a(n)= 101*x + 101*y. (Here x,y are the digits of n.) - Keith Schneider, Jun 16 2007

EXAMPLE

a(12) = {1221 + 2112}/11 = 303. a(68) = {6886 + 8668}/11 = 1414.

MATHEMATICA

Table[(FromDigits[Join[IntegerDigits[n], Reverse[IntegerDigits[n]]]] + FromDigits[Join[Reverse[IntegerDigits[n]], IntegerDigits[n]]])/11, {n, 0, 50}] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jun 17 2007

CROSSREFS

Cf. A110722, A110723, A110724.

Sequence in context: A066122 A119766 A030143 * A100800 A169921 A169919

Adjacent sequences:  A110722 A110723 A110724 * A110726 A110727 A110728

KEYWORD

base,nonn,less,easy

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 09 2005

EXTENSIONS

Corrected and extended by Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jun 17 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 17 07:30 EST 2012. Contains 205998 sequences.