Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A047912
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A047912 a(n+1) = a(n) * sum of digits of a(n). +0
2
3, 9, 81, 729, 13122, 118098, 3188646, 114791256, 4132485216, 148769467776, 10711401679872, 578415690713088, 41645929731342336, 2998506940656648192, 296852187125008171008, 24045027157125661851648 (list; graph; listen)
OFFSET

3,1

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), Apr 27 2007

CROSSREFS

Cf. A047892.

Adjacent sequences: A047909 A047910 A047911 this_sequence A047913 A047914 A047915

Sequence in context: A124049 A067623 A055156 this_sequence A078684 A121858 A032108

KEYWORD

easy,nice,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 October 15 09:18 EDT 2008. Contains 145015 sequences.


AT&T Labs Research