|
| |
|
|
A005799
|
|
Generalized Euler numbers of type 2^n.
(Formerly M1979)
|
|
3
| |
|
|
1, 1, 2, 10, 104, 1816, 47312, 1714000, 82285184, 5052370816, 386051862272, 35917232669440, 3996998043812864, 524203898507631616, 80011968856686405632, 14061403972845412526080, 2818858067801804443910144
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
COMMENTS
| This is the BinomialMean transform of A000364 (see A075271 for definition of transform). - John W. Layman (layman(AT)math.vt.edu), Dec 04 2002
This sequence appears to be middle column in Poupard's triangle A008301.
|
|
|
REFERENCES
| Gessel, Ira M.; Symmetric functions and P-recursiveness. J. Combin. Theory Ser. A 53 (1990), no. 2, 257-285.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Michael Z. Spivey and Laura L. Steil, The k-Binomial Transforms and the Hankel Transform, Journal of Integer Sequences, Vol. 9 (2006), Article 06.1.1.
|
|
|
FORMULA
| a(n) = 1/2^n * sum_{i=0..n} binomial(n, i) * A000364(i).
|
|
|
MATHEMATICA
| a[n_] := Sum[Binomial[n, i]Abs[EulerE[2i]], {i, 0, n}]/2^n
|
|
|
CROSSREFS
| Sequence in context: A086927 A135058 A154256 * A000595 A087234 A049538
Adjacent sequences: A005796 A005797 A005798 * A005800 A005801 A005802
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Simon Plouffe (simon.plouffe(AT)gmail.com)
|
|
|
EXTENSIONS
| Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Dec 10 2002
|
| |
|
|