login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061587 a(1) = 1, a(n)= number obtained by replacing each digit of a(n-1) with nine times its value. 16
1, 9, 81, 729, 631881, 5427972729, 45361863816318631881, 36452754972542772954279725427972729, 2754364518634536816318453618636318814536186381631845361863816318631881 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Each of the subsequences a(9n), a(9n-1), ..., and a(9n-8) converges to a different limit, if we consider the numbers as sequences of digits. - M. F. Hasler, Jun 24 2016
LINKS
PROG
(PARI) A061587(n=2, a=1, m=9)={while(n--, a=eval(concat(apply(t->Str(t), digits(a)*m)))); a} \\ If only the 2nd argument is given, then the operation is applied once to that argument. - M. F. Hasler, Jun 24 2016
CROSSREFS
Sequence in context: A240945 A158779 A047901 * A033145 A158762 A101601
KEYWORD
nonn,base,easy
AUTHOR
Amarnath Murthy, May 13 2001
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org) and Asher Auel, May 15 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)