Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063979
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063979 Number of decimal digits in (n!)!; A000197. +0
2
1, 1, 1, 3, 24, 199, 1747, 16474, 168187, 1859934, 22228104, 286078171, 3949867548, 58284826485, 915905054360, 15276520209206, 269617872744249, 5021159048900643, 98417586560408168, 2025488254833817394, 43675043585825292775 (list; graph; listen)
OFFSET

0,4

LINKS

Jon Schoenfield, Table of n, a(n) for n=0,...,30

Eric Weisstein's World of Mathematics, Factorial

MAPLE

seq(length((n)!!), n=0..19); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 10 2007

MATHEMATICA

Do[ Print[ Floor[ N[ Log[10, (n!)! ], 24] + 1]], {n, 0, 11} ]

PROGRAM

(PARI, using 40 digits of precision) f(n)=a=n!; return(floor((a*log(a)-a+1/2*log(2*Pi*a)+1/(12*a))/log(10)+1) (from Robert Gerbicz, Jul 08 2008)

CROSSREFS

Cf. A000197, A063944, A034886.

Sequence in context: A037657 A074580 A163473 this_sequence A073978 A000279 A001099

Adjacent sequences: A063976 A063977 A063978 this_sequence A063980 A063981 A063982

KEYWORD

base,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 05 2001

EXTENSIONS

More terms from Vladeta Jovovic (vladeta(AT)eunet.rs), Sep 06 2001

A correspondent reported that terms a(17) - a(19) shown here were wrong. That's not true, they are correct. The correspondent was using python, where the default precision was not large enough to calculate these terms correctly. Thanks to Brendan McKay, Max Alekseyev and Robert Gerbicz for confirming the entries. - N. J. A. Sloane (njas(AT)research.att.com), Jul 08 2008.

a(20) from Brendan McKay, Jul 08 2008

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research