login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A062423
Integer part of log(n)^(sqrt(n)*log(n)).
1
1, 0, 1, 2, 5, 12, 30, 74, 179, 433, 1048, 2528, 6069, 14506, 34498, 81612, 192027, 449352, 1045728, 2420271, 5571099, 12754876, 29047132, 65805049, 148314718, 332598476, 742181535, 1648151964, 3642712529, 8013755343, 17549842394
OFFSET
1,4
MATHEMATICA
Floor[Log[n]^(Sqrt[n]*Log[n])]
CROSSREFS
Cf. A062424.
Sequence in context: A046170 A369145 A262320 * A118649 A033482 A054341
KEYWORD
nonn,easy
AUTHOR
Olivier Gérard, Jun 23 2001
STATUS
approved