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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A004153 Factorial numbers written backwards. 2
1, 1, 2, 6, 42, 21, 27, 405, 2304, 88263, 88263, 861993, 6100974, 80207226, 219287178, 8634767031, 88898722902, 690824786553, 8275073732046, 238804001546121, 466718002092342 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

MAPLE

P:=proc(i) local a, b, c, n; for n from 1 by 1 to i do a:=evalf(floor(log10(n!)+1)); b:=n!; c:=0; while a>0 do c:=c+(b-(trunc(b/10)*10))*10^(a-1); b:=trunc(b/10); a:=a-1; od; print(c); od; end: P(100) [From Paolo P. Lava (paoloplava(AT)gmail.com), Aug 07 2008]

CROSSREFS

Cf. A000142.

Sequence in context: A118623 A000612 A096138 * A071440 A033936 A203618

Adjacent sequences:  A004150 A004151 A004152 * A004154 A004155 A004156

KEYWORD

nonn,base

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 17 14:43 EST 2012. Contains 206044 sequences.