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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036841 Smallest number k such that floor[(the number of digits in k!) / k] is greater than any j < k. 0
2, 22, 266, 2712, 27175, 271819, 2718272 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..7.

MATHEMATICA

a = -1; Do[b = Floor[(Floor[Log[10, n! ]] + 1)/n]; If[b > a, Print[n]; a = b], {n, 2, 10^6} ]

CROSSREFS

Sequence in context: A151617 A082777 A072076 * A135634 A156505 A155674

Adjacent sequences:  A036838 A036839 A036840 * A036842 A036843 A036844

KEYWORD

nonn,base

AUTHOR

Robert G. Wilson v, Jan 09 2002

EXTENSIONS

a(7) from Farideh Firoozbakht, Nov 27 2006

STATUS

approved

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 May 26 02:53 EDT 2013. Contains 225653 sequences.