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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062276 Floor[ n^(n+1) / (n+1)^n ]. 1
0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 9, 9, 9, 10, 10, 10, 11, 11, 11, 12, 12, 13, 13, 13, 14, 14, 14, 15, 15, 16, 16, 16, 17, 17, 17, 18, 18, 18, 19, 19, 20, 20, 20, 21, 21, 21, 22, 22, 22, 23, 23, 24, 24, 24, 25, 25, 25, 26, 26, 27, 27, 27, 28, 28 (list; graph; refs; listen; history; internal format)
OFFSET

0,6

LINKS

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

EXAMPLE

a(2)=[2^3/3^2]=[8/9]=0

PROG

(PARI) { default(realprecision, 50); for (n=0, 1000, write("b062276.txt", n, " ", floor(n^(n + 1) / (n + 1)^n)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 03 2009]

CROSSREFS

Close to n/e, e.g. A032634. Cf. A000169, A007778, A007925.

Sequence in context: A194990 A099199 A172474 * A053264 A079440 A192262

Adjacent sequences:  A062273 A062274 A062275 * A062277 A062278 A062279

KEYWORD

nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Jul 02 2001

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 February 16 08:49 EST 2012. Contains 205893 sequences.