Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A060151
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A060151 Number of base n digits required to write n!. +0
3
1, 2, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 17, 18, 19, 19, 20, 21, 22, 22, 23, 24, 25, 26, 26, 27, 28, 29, 30, 30, 31, 32, 33, 34, 34, 35, 36, 37, 38, 38, 39, 40, 41, 42, 43, 43, 44, 45, 46, 47, 47, 48, 49, 50, 51, 51, 52, 53, 54, 55, 56, 56, 57 (list; graph; listen)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

FORMULA

a(n) =1+floor[log(n!)/log(n)] =A060151(n)+1

EXAMPLE

a(6)=4 since 6!=720=3200 base 6

PROGRAM

(PARI) { default(realprecision, 10); for (n=1, 1000, if (n==1, a=1, a=1 + floor(log(n!)/log(n))); write("b060151.txt", n, " ", a); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 02 2009]

CROSSREFS

Cf. A011776 for number of final zeros of n! written in base n. See also A039960.

Sequence in context: A062298 A116579 A156253 this_sequence A097330 A086861 A113865

Adjacent sequences: A060148 A060149 A060150 this_sequence A060152 A060153 A060154

KEYWORD

base,nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Mar 08 2001

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