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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A033648 Trajectory of 3 under map x->x + (x-with-digits-reversed). 6
3, 6, 12, 33, 66, 132, 363, 726, 1353, 4884, 9768, 18447, 92928, 175857, 934428, 1758867, 9447438, 17794887, 96644658, 182289327, 906271608, 1712444217, 8836886388, 17673772776, 85401510447, 159803020905, 668823329856, 1327746658722, 3606313135953, 7201626272016 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Normally one stops as soon as a palindrome is reached.

A Reverse and Add! sequence.

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 0..250

Index entries for sequences related to Reverse and Add!

MATHEMATICA

NestList[ # + FromDigits@Reverse@IntegerDigits@# &, 3, 29] (from Robert G. Wilson v, Dec 16 2005)

PROG

(Haskell)

a033648 n = a033648_list !! n

a033648_list = iterate a056964 3 -- Reinhard Zumkeller, Sep 22 2011

CROSSREFS

Cf. A006960, A001127, A033649, A033650, A033651.

Cf. A056964, A004086.

Sequence in context: A049941 A026079 A066710 * A102972 A075209 A075207

Adjacent sequences:  A033645 A033646 A033647 * A033649 A033650 A033651

KEYWORD

nonn,base

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 20:38 EST 2012. Contains 205663 sequences.