Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A047902
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A047902 a(n+1) = a(n) * sum of digits of a(n). +0
3
11, 22, 88, 1408, 18304, 292864, 9078784, 390387712, 15615508480, 671466864640, 38945078149120, 2375649767096320, 180549382299320320, 12638456760952422400, 960522713832384102400, 67236589968266887168000 (list; graph; listen)
OFFSET

11,1

MAPLE

P:=proc(n) local a, i, k, w; a:=11; 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: A070069 A109687 A111696 this_sequence A081930 A034708 A091784

Adjacent sequences: A047899 A047900 A047901 this_sequence A047903 A047904 A047905

KEYWORD

easy,nonn,base

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 September 7 12:28 EDT 2008. Contains 143483 sequences.


AT&T Labs Research