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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A033650 Trajectory of 7 under map x --> x + (x-with-digits-reversed). 7
7, 14, 55, 110, 121, 242, 484, 968, 1837, 9218, 17347, 91718, 173437, 907808, 1716517, 8872688, 17735476, 85189247, 159487405, 664272356, 1317544822, 3602001953, 7193004016, 13297007933, 47267087164 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

A Reverse and Add! sequence.

Trajectories of 19, 23, 28, 29, 32, 37, 38, 41, 46, 47, 49, 50, ..., merge into this sequence. - Robert G. Wilson v Dec 16 2005.

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@# &, 7, 26] (* Robert G. Wilson v *)

PROG

(Haskell)

a033650 n = a033650_list !! n

a033650_list = iterate a056964 7 -- Reinhard Zumkeller, Sep 22 2011

CROSSREFS

Cf. A006960, A001127, A033648, A033649, A033651.

Cf. A056964, A004086.

Sequence in context: A045759 A166637 A170918 * A135536 A020700 A110496

Adjacent sequences:  A033647 A033648 A033649 * A033651 A033652 A033653

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 16 04:47 EST 2012. Contains 205860 sequences.