Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)

Revision History for A009006

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A009006 Expansion of e.g.f.: 1 + tan(x).
(history; published version)
#99 by N. J. A. Sloane at Fri Mar 08 16:13:59 EST 2024
STATUS

proposed

approved

#98 by Peter Luschny at Fri Mar 08 03:43:53 EST 2024
STATUS

editing

proposed

#97 by Peter Luschny at Fri Mar 08 03:43:15 EST 2024
COMMENTS

If u(0) = 1 and u(n) = -Sum_{k = 0..n-1} u(k)*binomial(n,k)*2^(n-k-1) then a(n) = abs(u(n)) (in fact, u(n) = 1, -1, 0, 2, 0, -16, 0, 272, ...). - Robert FERREOL, Dec 30 2006

Sum_{k=0..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 Deléham, Aug 20 2007

FORMULA

From Robert FERREOL, Dec 30 2006: (Start)

a(n) = 2^n*abs(Euler(n,0)) where Euler(n,x) is the n-th Eulerian polynomial. - _Robert FERREOL_, Dec 30 2006.

a(n) = abs(u(n)) where u(n) = -Sum_{k=0..n-1} u(k)*binomial(n, k)*2^(n-k-1) with u(0) = 1. (End)

Sum_{k=0..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 Deléham, Aug 20 2007

STATUS

proposed

editing

Discussion
Fri Mar 08 03:43
Peter Luschny: Moved as suggested.
#96 by Peter Bala at Thu Mar 07 16:52:34 EST 2024
STATUS

editing

proposed

Discussion
Thu Mar 07 17:05
Michel Marcus: I wonder why not write: a(n) = abs(u(n)) where u(n) = -Sum_{k = 0..n-1} u(k)*binomial(n,k)*2^(n-k-1) with u(0)=1 ... and so this could go to the formula section?
#95 by Peter Bala at Thu Mar 07 16:51:12 EST 2024
COMMENTS

If bu(0)=) = 1 and bu(n+1) = -Sum_{k= = 0..n-1} u(k)*binomial(n,k)*2^(n-k-1) then a(n) = abs(bu(n)) (in fact, bu(n) = 1,, -1,, 0,-, 2,, 0,, -16,, 0,-, 272,...). - _, ...). - _Robert FERREOL_, Dec 30 2006

KEYWORD

nonn,easy

STATUS

approved

editing

Discussion
Thu Mar 07 16:52
Peter Bala: I think this is what the author intended.
#94 by Charles R Greathouse IV at Thu Sep 08 08:44:37 EDT 2022
PROG

(MAGMAMagma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(1 + Tan(x))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Jul 21 2018

Discussion
Thu Sep 08 08:44
OEIS Server: https://oeis.org/edit/global/2944
#93 by Bruno Berselli at Mon Jun 14 11:52:45 EDT 2021
STATUS

reviewed

approved

#92 by Vaclav Kotesovec at Mon Jun 14 11:44:07 EDT 2021
STATUS

proposed

reviewed

#91 by Peter Luschny at Mon Jun 14 10:38:01 EDT 2021
STATUS

editing

proposed

#90 by Peter Luschny at Mon Jun 14 10:25:38 EDT 2021
MATHEMATICA

A009006[n_] := Cos[Pi (n-1) / 2] (4^(n+1) - 2^(n+1)) * BBernoulliB[n+1] / (n+1); a[0] := 1; ; Table[A009006[n], {n, 0, 30}] (* _Peter Luschny_, Jun 14 2021 *)

Table[A009006[n], {n, 0, 30}] (* Peter Luschny, Jun 14 2021 *)

Discussion
Mon Jun 14 10:27
Peter Luschny: Yes, yes, thanks. Unfortunately, Mathematica has not yet adopted my conventions :)
10:37
Peter Luschny: With one serious disadvantage, by the way, as I have just seen: Mathematica cannot even plot this function with BernoulliB! With "my" 'B' you can do that and you can see a nice non-negative wave over the positive real numbers. Doesn't matter, for the present purpose it's enough.

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 September 8 04:40 EDT 2024. Contains 375751 sequences. (Running on oeis4.)