|
| |
|
|
A067038
|
|
Floor[n^m] where m = {Sum(1/k), k = 1 to n}.
|
|
1
| |
|
|
1, 2, 7, 17, 39, 80, 155, 284, 500, 849, 1395, 2233, 3487, 5329, 7989, 11770, 17068, 24395, 34410, 47947, 66063, 90080, 121643, 162787, 216013, 284381, 371612, 482210, 621605, 796306, 1014096, 1284233, 1617696, 2027457, 2528789, 3139618
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,500
|
|
|
EXAMPLE
| a(4) = 17 as [ 1 + 1/2 + 1/3 + 1/4 ]= 2.08333333333333... and 4^2.08333333333333... = 17.9593927729499677029365287948669...; a(11) = 1395 as 1+ 1/2 +...1/10 + 1/11 = 3.01987734487...and 11^(3.01987734487734487734487734487734)=1395.9767238344363983227863965103...
|
|
|
PROG
| (PARI) { m=0; for (n=1, 500, m+=1/n; write("b067038.txt", n, " ", floor(n^m)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 29 2010]
|
|
|
CROSSREFS
| Sequence in context: A009302 A154117 A173769 * A175660 A175120 A106910
Adjacent sequences: A067035 A067036 A067037 * A067039 A067040 A067041
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Dec 29 2001
|
|
|
EXTENSIONS
| Terms added by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 29 2010
|
| |
|
|