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!)
A098750 a(n+1) = a(n) + 10's complement of first digit of a(n); a(0) = 0. 2
0, 10, 19, 28, 36, 43, 49, 55, 60, 64, 68, 72, 75, 78, 81, 83, 85, 87, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 109, 118, 127, 136, 145, 154, 163, 172, 181, 190, 199, 208, 216, 224, 232, 240, 248, 256, 264, 272, 280, 288, 296, 304, 311, 318, 325, 332, 339, 346 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
0 -> 10 because 0 + (10 - 0) = 10; 10 -> 19 because 10 + (10 - 1) = 19; 19 -> 28 because 19 + (10 - 1) = 28; 28 -> 36 because 28 + (10 - 2) = 36...
The number of entries between m*10^k and (m+1)*10^k is approximately (10^k)/(10-m) (for 0<m<10). - Sam Alexander, Jan 06 2005
LINKS
MATHEMATICA
NestList[#+(10-First[IntegerDigits[#]])&, 0, 60] (* Harvey P. Dale, Oct 04 2012 *)
CROSSREFS
Sequence in context: A260263 A044053 A044434 * A089756 A097153 A017173
KEYWORD
base,easy,nonn
AUTHOR
Eric Angelini, Oct 01 2004
EXTENSIONS
More terms from Sam Alexander, Jan 06 2005
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)