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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060644 floor[(n+1)^(n+1)/n^n]. 5
1, 4, 6, 9, 12, 14, 17, 20, 23, 25, 28, 31, 33, 36, 39, 42, 44, 47, 50, 53, 55, 58, 61, 63, 66, 69, 72, 74, 77, 80, 82, 85, 88, 91, 93, 96, 99, 101, 104, 107, 110, 112, 115, 118, 120, 123, 126, 129, 131, 134, 137, 139, 142, 145, 148, 150, 153, 156, 159, 161, 164 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

a(n)=floor(1/R) where R is the radius of convergence of the series S(x,n) = sum(k>=0, binomial(n*k, k)*x^k) - Michel Lagneau, Mar 09 2011.

LINKS

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

FORMULA

a(n) = A000312(n+1)/A000312(n) = floor[e*(n+1/2)] at least for terms shown.

EXAMPLE

a(7) = [8^8/7^7] = [16777216/823543] = [20.37...] = 20.

PROG

(PARI) { for (n=0, 1000, write("b060644.txt", n, " ", floor((n + 1)^(n + 1)/n^n)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 09 2009]

CROSSREFS

Sequence in context: A007073 A189533 A047408 * A122550 A191407 A076083

Adjacent sequences:  A060641 A060642 A060643 * A060645 A060646 A060647

KEYWORD

nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Apr 17 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 15 10:56 EST 2012. Contains 205763 sequences.