The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A027540 Second diagonal of A027537. 5
3, 16, 55, 156, 399, 960, 2223, 5020, 11143, 24432, 53079, 114492, 245535, 524032, 1113823, 2358972, 4980375, 10485360, 22019655, 46136860, 96468463, 201326016, 419429775, 872414556, 1811938599, 3758095600, 7784627383, 16106126460, 33285995583, 68719475712 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
FORMULA
Numerators of sequence a[ n, n-1 ] in (a[ i, j ])^2 where a[ i, j ] = A(i, j)/i! if j <= i, 0 if j > i.
a(n) = (n+1)*(2^n - n - 1). - Vladeta Jovovic, Aug 18 2002
G.f.: x^2*(-3+5*x)/((2*x-1)^2*(x-1)^3). - Maksym Voznyy (voznyy(AT)mail.ru), Aug 14 2009; corrected by R. J. Mathar, Sep 16 2009
a(n) = Sum_{k=0..n} Sum_{i=0..n} (i-k) * C(n-k,i-2). - Wesley Ivan Hurt, Sep 19 2017
MATHEMATICA
Table[(n + 1) (2^n - n - 1), {n, 2, 35}] (* Vincenzo Librandi, Sep 04 2017 *)
PROG
(Magma) [(n+1)*(2^n-n-1): n in [2..30]]; // Vincenzo Librandi, Sep 04 2017
CROSSREFS
Cf. A027537.
Sequence in context: A055194 A190730 A173052 * A099851 A005550 A210323
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Vladeta Jovovic, Aug 18 2002
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 May 20 09:36 EDT 2024. Contains 372710 sequences. (Running on oeis4.)