login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A047898 a(n+1) = a(n) * sum of digits of a(n). 0
6, 36, 324, 2916, 52488, 1417176, 38263752, 1377495072, 61987278240, 3347313024960, 150629086123200, 6778308875544000, 488038239039168000, 35138753210820096000, 2213741452281666048000, 159389384564279955456000 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

P:=proc(n) local a, i, k, w; a:=6; 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 (paoloplava(AT)gmail.com), Apr 27 2007

CROSSREFS

Cf. A047892.

Sequence in context: A125795 A138418 A064239 * A098559 A129584 A052559

Adjacent sequences:  A047895 A047896 A047897 * A047899 A047900 A047901

KEYWORD

easy,nonn,base

AUTHOR

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 11:25 EST 2012. Contains 205777 sequences.