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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061750 a(0) = 0; a(n) is obtained by incrementing each digit of a(n-1) by 9. 19
0, 9, 18, 1017, 1091016, 109181091015, 109181017109181091014, 1091810171091016109181017109181091013, 10918101710910161091810910151091810171091016109181017109181091012 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In A061511-A061522, A061746-A061750 when the incremented digit exceeds 9 it is written as a 2-digit string. So 9+1 becomes the 2-digit string 10, etc.
Considering each term as a sequence of digits, the sequence converges to the limit 109181017109101610918109..... - M. F. Hasler, Jun 24 2016
a(13) has 1078 decimal digits. - Michael De Vlieger, Jun 24 2016
LINKS
Michael De Vlieger, Table of n, a(n) for n = 0..12
MATHEMATICA
NestList[FromDigits@ Flatten@ Map[IntegerDigits, IntegerDigits@ # + 9] &, 0, 8] (* Michael De Vlieger, Jun 24 2016, after Harvey P. Dale at A061512 *)
PROG
(PARI) A061750(n=2, a=9, m=9)={for(n=2, n, a=eval(concat(apply(t->Str(t+m), digits(a))))); if(n, 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: A005400 A134115 A071587 * A107780 A288392 A157140
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, May 08 2001
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), May 11 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 December 7 18:28 EST 2023. Contains 367660 sequences. (Running on oeis4.)