Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A047900
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A047900 a(n+1) = a(n) * sum of digits of a(n). +0
3
8, 64, 640, 6400, 64000, 640000, 6400000, 64000000, 640000000, 6400000000, 64000000000, 640000000000, 6400000000000, 64000000000000, 640000000000000, 6400000000000000, 64000000000000000, 640000000000000000 (list; graph; listen)
OFFSET

7,1

COMMENT

After the 2nd element, every element has the same beginning. a(3+k) = 10 * a(2+k)

MAPLE

P:=proc(n) local a, i, k, w; a:=8; 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), Apr 27 2007

CROSSREFS

Cf. A047892.

Sequence in context: A074113 A074116 A033144 this_sequence A088038 A061435 A133054

Adjacent sequences: A047897 A047898 A047899 this_sequence A047901 A047902 A047903

KEYWORD

easy,nonn

AUTHOR

Miklos SZABO (mike(AT)ludens.elte.hu)

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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research