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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063057 'Reverse and Add!' trajectory of 7059. 4
7059, 16566, 83127, 155265, 717816, 1336533, 4692864, 9375828, 17661567, 94178238, 177465387, 961030158, 1812060327, 9042662508, 17095324917, 89037683988, 177976357086, 858730036857, 1617360074715, 6792060711876 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

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

Index entries for sequences related to Reverse and Add!

EXAMPLE

a(1) = 7059 + 9507 = 16566.

PROG

(ARIBAS): m := 7059; stop := 25; c := 0; rev := int_reverse(m); while m <> rev and c < stop do inc(c); write(m, " "); m := m + rev; rev := int_reverse(m); end;

(Haskell)

a063057 n = a063057_list !! n

a063057_list = iterate a056964 7059 -- Reinhard Zumkeller, Sep 22 2011

CROSSREFS

A033865, A023108, A006960, A063058.

Cf. A056964, A004086.

Sequence in context: A071131 A031672 A031582 * A034230 A183630 A189354

Adjacent sequences:  A063054 A063055 A063056 * A063058 A063059 A063060

KEYWORD

base,nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jul 07 2001

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 19:13 EST 2012. Contains 206085 sequences.