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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063063 'Reverse and Add!' trajectory of 10563. 3
10563, 47064, 93138, 176277, 948948, 1798797, 9777768, 18455547, 93011028, 175022067, 935242638, 1771485177, 9487326948, 17983564797, 97730103768, 184460207547, 930162272028, 1750434533067, 9353788873638, 17717577747177 (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) = 10563 + 36501 = 47064.

PROG

(ARIBAS): m := 10563; 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)

a063063 n = a063063_list !! n

a063063_list = iterate a056964 10563 -- Reinhard Zumkeller, Sep 22 2011

CROSSREFS

A033865, A023108, A006960, A063064.

Cf. A056964, A004086.

Sequence in context: A063060 A187727 A025028 * A183600 A063433 A089494

Adjacent sequences:  A063060 A063061 A063062 * A063064 A063065 A063066

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 16 23:45 EST 2012. Contains 205978 sequences.