|
Search: id:A009006
|
|
|
| A009006 |
|
Expansion of 1+tan(x). |
|
+0 10
|
|
| 1, 1, 0, 2, 0, 16, 0, 272, 0, 7936, 0, 353792, 0, 22368256, 0, 1903757312, 0, 209865342976, 0, 29088885112832, 0, 4951498053124096, 0, 1015423886506852352, 0, 246921480190207983616, 0
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
COMMENT
|
If b(0)=1 and b(n+1) = -sum(u(k)*binomial(n,k)*2^(n-k-1),k=0..n-1) then a(n) = abs(b(n)) (in fact b(n) = 1,1,0,-2,0,16,0,-272,...). - Robert FERREOL (ferreol(AT)mathcurve.com), Dec 30 2006
Sum_{k, 0<=k<=n}A075263(n,k)*2^k = 1,-1,0,2,0,-16,0,272,0,-7936,0,...for n=0, 1, 2, 3, 4, ...respectively . - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Aug 20 2007
|
|
REFERENCES
|
R. P. Stanley, Enumerative Combinatorics, Cambridge, Vol. 1, 1997; See Exercise 1.41(d).
|
|
LINKS
|
Kwang-Wu Chen, An Interesting Lemma for Regular C-fractions, J. Integer Seqs., Vol. 6, 2003.
|
|
FORMULA
|
Let b(n) be a(n) shifted one place to the left with b(2+4k)=-a(3+4k), k=0, 1, .. Then b(n) is the expansion of sech(x)^2. - Mario Catalani (mario.catalani(AT)unito.it), Feb 08 2003
g(x)=x+x^2-2*x^4+16*x^6-272*x^8+... satisfies g(x/(1+2x))=-g(-x).
E.g.f.: 1+tan(x).
E.g.f. exp(x)sech(x) is 1,1,0,-2,0,16,0,-272,... - Paul Barry (pbarry(AT)wit.ie), Mar 15 2006
a(n)= 2^n*abs(Euler(n,0)) where Euler(n,x) is the n-th Eulerian polynomial. - Robert FERREOL (ferreol(AT)mathcurve.com), Dec 30 2006
|
|
MAPLE
|
u:=proc(n) if n=0 then 1 else -add(u(k)*binomial(n, k)/2*2^(n-k), k=0..n-1) fi end; seq(u(n), n=0..15); - Robert FERREOL (ferreol(AT)mathcurve.com), Dec 30 2006
|
|
MATHEMATICA
|
1+Tan[ x ]
a[m_] := Abs[Sum[(-2)^(m-k) k! StirlingS2[m, k], {k, 0, m}]]; Table[a[i], {i, 0, 20}] [From Peter Luschny (peter(AT)luschny.de), Apr 29 2009]
|
|
PROGRAM
|
(PARI) a(n)=if(n<1, n==0, n!*polcoeff(tan(x+x*O(x^n)), n))
|
|
CROSSREFS
|
A000182(n)=a(2n-1).
Adjacent sequences: A009003 A009004 A009005 this_sequence A009007 A009008 A009009
Sequence in context: A111978 A146558 A025600 this_sequence A155585 A057375 A009045
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
R. H. Hardin (rhhardin(AT)att.net)
|
|
EXTENSIONS
|
Reformatted Mar 15 1997
|
|
|
Search completed in 0.002 seconds
|