Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A056618
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A056618 Concatenate factorials. +0
1
1, 11, 112, 1126, 112624, 112624120, 112624120720, 1126241207205040, 112624120720504040320, 112624120720504040320362880, 1126241207205040403203628803628800 (list; graph; listen)
OFFSET

0,2

FORMULA

a(n+1)=a(n)*10^floor[1+log10(n!)]+n!, with a(0)=1 - Paolo P. Lava (ppl(AT)spl.at), Jul 04 2008

MAPLE

P:=proc(i) local a, n; a:=1; print(1); for n from 1 by 1 to i do a:=a*10^floor(evalf(1+log10(n!), 1000))+n!; print(a); od; end: P(50); - Paolo P. Lava (ppl(AT)spl.at), Jul 04 2008

CROSSREFS

Cf. A000142, A045508.

Sequence in context: A132939 A059996 A132938 this_sequence A024145 A053055 A024148

Adjacent sequences: A056615 A056616 A056617 this_sequence A056619 A056620 A056621

KEYWORD

nonn,base

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Aug 07 2000

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 November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research