Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A016052
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A016052 a(1) = 3; for n >= 1, a(n+1) = a(n) + sum of its digits. +0
13
3, 6, 12, 15, 21, 24, 30, 33, 39, 51, 57, 69, 84, 96, 111, 114, 120, 123, 129, 141, 147, 159, 174, 186, 201, 204, 210, 213, 219, 231, 237, 249, 264, 276, 291, 303, 309, 321, 327, 339, 354, 366, 381, 393, 408, 420, 426, 438, 453, 465, 480, 492 (list; graph; listen)
OFFSET

1,1

REFERENCES

A Result and a Conjecture on Digit Sum Sequences, G. E. Stevens and L. G. Hunsberger, J. Recreational Math. 27, no. 4 (1995), pp. 285-288.

MAPLE

P:=proc(n) local a, i, k, w; a:=3; print(a); for i from 1 by 1 to n do w:=0; k:=a; while k>0 do w:=w+k-(trunc(k/10)*10); k:=trunc(k/10); od; a:=a+w; print(a); od; end: P(1000); - Paolo P. Lava (ppl(AT)spl.at), May 02 2007

CROSSREFS

Cf. A004207.

Sequence in context: A016051 A070790 A114614 this_sequence A115803 A032602 A116593

Adjacent sequences: A016049 A016050 A016051 this_sequence A016053 A016054 A016055

KEYWORD

nonn,base,easy

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com)

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research