cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A062024 a(n) = ((n+1)^n + (n-1)^n)/2.

Original entry on oeis.org

1, 1, 5, 36, 353, 4400, 66637, 1188544, 24405761, 567108864, 14712104501, 421504185344, 13218256749601, 450353989316608, 16565151205544957, 654244800082329600, 27614800115689879553, 1240529732459024678912, 59095217374989483261925, 2975557672677668838178816
Offset: 0

Views

Author

Amarnath Murthy, Jun 02 2001

Keywords

Comments

Let b(n) = A302583(n) = ((n+1)^n - (n-1)^n)/2 = 0, 1, 4, 28, 272, ... then lim_{n -> infinity} b(n)/a(n) = tanh(1) = 0.76159415... . - Thomas Ordowski, Dec 06 2012
Obviously, a(n) is always odd number for even n. - Altug Alkan, Sep 28 2015

Examples

			a(3) = (4^3 + 2^3)/2 = 36.
		

Crossrefs

Cf. A302583.

Programs

Formula

a(n) = n! * [x^n] exp(n*x)*cosh(x). - Ilya Gutkovskiy, Apr 10 2018

Extensions

More terms from Larry Reeves (larryr(AT)acm.org) and Jason Earls, Jun 06 2001
Offset changed from 1 to 0 by Harry J. Smith, Jul 29 2009
a(18)-a(19) from Vincenzo Librandi, Sep 28 2015