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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110410 a(1) = 10, a(n+1) = {a(n) followed by digit reversal(a(n))}/11. 0
10, 91, 829, 75448, 685898587, 62354417071445326, 566858337013139332941310642858666, 51532576092103575721937331168969696987113273922657630119157623515 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(1) = 10 is chosen because for n = say d <=9, the sequence is trivially d,d,d,d,d,d,...

The next term has 129 digits (From Harvey P. Dale, Feb 20 2011 *)

EXAMPLE

a(2) = 1001/11=91, a(3) = 9119/11=829.

MATHEMATICA

nxt[n_]:=Module[{idn=IntegerDigits[n]}, FromDigits[Join[idn, Reverse[idn]]]/11]

NestList[nxt, 10, 8]  (* From Harvey P. Dale, Feb 20 2011 *)

CROSSREFS

Sequence in context: A002452 A096261 A015455 * A051789 A015467 A144783

Adjacent sequences:  A110407 A110408 A110409 * A110411 A110412 A110413

KEYWORD

base,easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 30 2005

EXTENSIONS

More terms from Joshua Zucker (joshua.zucker(AT)stanfordalumni.org), May 10 2006

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 06:26 EST 2012. Contains 205997 sequences.