login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090205 a(n) = n^n * (n+1)^(n+1). 2
1, 4, 108, 6912, 800000, 145800000, 38423222208, 13816758796288, 6499837226778624, 3874204890000000000, 2853116706110000000000, 2543867514227405321404416, 2700464873652770753916960768, 3365550251744726983606907650048, 4865879898782263021500000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
I was made aware of this sequence by M. Frazer.
These are the denominators of the rapidly converging approximation to e given by (n+2)^(n+2)/(n+1)^(n+1) - (n+1)^(n+1)/n^n (see A111130). - Harlan J. Brothers, Aug 25 2023
LINKS
H. J. Brothers and J. A. Knox, New closed-form approximations to the logarithmic constant e, Math. Intelligencer, 20 (1998), 25-29.
FORMULA
a(n) = A000312(n) * A000312(n+1).
a(n) ~ e^(1 + 1/(2*n)) * n^(2*n+1). - Harlan J. Brothers, Aug 25 2023
EXAMPLE
a(4) = 4^4 * 5^5 = 256 * 3125 = 800000.
MATHEMATICA
Table[n^n (n+1)^(n+1), {n, 20}] (* Harvey P. Dale, May 29 2016 *)
Denominator[Table[(n + 2)^(n + 2)/(n + 1)^(n + 1) - (n + 1)^(n + 1)/n^n, {n, 20}]] (* Harlan J. Brothers, Aug 25 2023 *)
Join[{1}, Times@@@Partition[Table[n^n, {n, 20}], 2, 1]] (* Harvey P. Dale, Feb 04 2024 *)
PROG
(Maxima) A090205[n]:=n^n*(n+1)^(n+1)$ makelist(A090205[n], n, 1, 30); /* Martin Ettl, Oct 29 2012 */
CROSSREFS
Sequence in context: A360092 A123056 A024263 * A061464 A107048 A269187
KEYWORD
easy,nonn
AUTHOR
Philip Newton, Jan 22 2004
EXTENSIONS
More terms from Harlan J. Brothers, Aug 25 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)