Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A066508
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A066508 Floor[ sum 1..n (1/i)^(1/i)]. +0
1
1, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 10, 10, 11, 12, 13, 14, 15, 16, 16, 17, 18, 19, 20, 21, 22, 23, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 57, 58, 59, 60, 61, 62, 63, 64 (list; graph; listen)
OFFSET

1,3

COMMENT

Floor(Sum[(1/i)^(1/i), {i=1 to n}]) = Floor(Sum[(i)^(-1/i), {i=1 to n}]).

LINKS

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

FORMULA

Floor( H(n)^H(n) ) where H(n) is the n-th Harmonic number = A001008/A002805.

EXAMPLE

For a(5), 1^1 + (1/2)^(1/2) + (1/3)^(1/3) + (1/4)^(1/4) + (1/5)^(1/5) ~= 3.8323545. Therefore a(5) = 3.

MATHEMATICA

Table[ Floor[ Sum[ (1/i)^(1/i), {i, 1, n} ]], {n, 1, 75} ]

PROGRAM

(PARI) { s=0; for (n=1, 1000, s+=(1/n)^(1/n); write("b066508.txt", n, " ", floor(s)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Feb 19 2010]

CROSSREFS

Cf. A067054.

KEYWORD

nonn,new

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 04 2002

EXTENSIONS

Example corrected by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Feb 19 2010

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 | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 11 00:12 EST 2010. Contains 173097 sequences.


AT&T Labs Research