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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A034907 a(n) in base 10 is a(n-1) in base a(n-1). 0
11, 12, 14, 18, 26, 58, 298, 180298, 190534583862796232642707594 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,1

COMMENTS

a(10) already has 684 digits, a(11) has 466681 digits and are too large to include. - Stefan Steinerberger, Apr 16 2006

LINKS

Table of n, a(n) for n=0..8.

EXAMPLE

18 in base 18 = 26 in base 10

MATHEMATICA

a[1]:=11; a[n_]:=FromDigits[IntegerDigits[a[n-1]], a[n-1]]; Table[a[n], {n, 1, 10}] - Stefan Steinerberger, Apr 16 2006

NestList[FromDigits[IntegerDigits[#], #]&, 11, 10] (* From Harvey P. Dale, Mar 04 2012 *)

CROSSREFS

Sequence in context: A182404 A177902 A108722 * A045987 A121978 A213309

Adjacent sequences:  A034904 A034905 A034906 * A034908 A034909 A034910

KEYWORD

base,easy,nonn,nice

AUTHOR

Erich Friedman

STATUS

approved

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 May 22 05:06 EDT 2013. Contains 225511 sequences.