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!)
A132137 a(1)=1, a(n)=maximal digit of sum a(1)+...+a(n-1). 1
1, 1, 2, 4, 8, 6, 2, 4, 8, 6, 4, 6, 5, 7, 6, 7, 7, 8, 9, 1, 2, 4, 8, 6, 2, 4, 8, 6, 4, 6, 5, 7, 6, 7, 7, 8, 9, 2, 3, 6, 2, 4, 8, 6, 3, 5, 4, 4, 8, 6, 6, 8, 7, 8, 9, 3, 3, 6, 3, 5, 3, 3, 6, 3, 5, 4, 4, 8, 6, 6, 8, 7, 8, 9, 4, 4, 8, 6, 4, 6, 4, 6, 4, 6, 5, 7, 6, 7, 7, 8, 9, 5, 6, 5, 7, 5, 9, 8, 6, 5, 7, 6, 7, 7, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
a[1]=i=s=1; Do[i++; b=0+Max[IntegerDigits[s]]; a[i]=b; s+=b, {225}] Table[a[k], {k, i}]
CROSSREFS
Cf. A134548.
Sequence in context: A352378 A280426 A000689 * A011180 A103546 A321043
KEYWORD
base,nonn
AUTHOR
Zak Seidov, Oct 31 2007
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 August 3 23:57 EDT 2024. Contains 374905 sequences. (Running on oeis4.)