login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A004244 a(n) = 10000*log(n) rounded to nearest integer. 1
0, 6931, 10986, 13863, 16094, 17918, 19459, 20794, 21972, 23026, 23979, 24849, 25649, 26391, 27081, 27726, 28332, 28904, 29444, 29957, 30445, 30910, 31355, 31781, 32189, 32581, 32958, 33322, 33673, 34012, 34340, 34657, 34965, 35264, 35553, 35835 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
Digits:=1500: A004244:=n->round(10000*log(n)): seq(A004244(n), n=1..60); # Wesley Ivan Hurt, Apr 18 2017
MATHEMATICA
Table[Round[10000 Log[n]], {n, 40}] (* Vincenzo Librandi, Apr 19 2017 *)
PROG
(Magma) [Round(10000*Log(n)): n in [1..40]]; // Vincenzo Librandi, Apr 19 2017
CROSSREFS
Sequence in context: A186059 A253612 A004243 * A253736 A004245 A195280
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)