The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A160927 a(n) = n + reversal(n-1). 1
1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 12, 23, 34, 45, 56, 67, 78, 89, 100, 111, 23, 34, 45, 56, 67, 78, 89, 100, 111, 122, 34, 45, 56, 67, 78, 89, 100, 111, 122, 133, 45, 56, 67, 78, 89, 100, 111, 122, 133, 144, 56, 67, 78, 89, 100, 111, 122, 133, 144, 155, 67, 78, 89, 100 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(8) = 8 + R(7) = 8 + 7 = 15;
a(15) = 15 + R(14) = 15 + 41 = 56;
a(26) = 26 + R(25) = 26 + 52 = 78.
LINKS
MAPLE
rev := proc (n) local nn: nn := convert(n, base, 10): add(nn[j]*10^(nops(nn)-j), j = 1 .. nops(nn)) end proc: seq(n+rev(n-1), n = 1 .. 55); # Emeric Deutsch, Jun 22 2009
MATHEMATICA
Table[n+IntegerReverse[n-1], {n, 70}] (* Harvey P. Dale, May 05 2022 *)
CROSSREFS
Sequence in context: A237292 A098729 A160939 * A240848 A038124 A172273
KEYWORD
nonn,base
AUTHOR
Claudio Meller, May 30 2009
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 May 13 12:32 EDT 2024. Contains 372519 sequences. (Running on oeis4.)