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!)
A193473 Denominator of ez(n-1)*n!/(4^n-2^n) where ez(n) is the n-th coefficient of sec(t)+tan(t) for n>0, a(0) = 1. 2

%I #10 Jun 26 2019 03:05:34

%S 1,2,6,56,30,992,42,16256,30,261632,66,4192256,2730,67100672,6,

%T 1073709056,510,17179738112,798,274877382656,330,628292059136,138,

%U 70368735789056,2730,1125899873288192,6,18014398375264256,870

%N Denominator of ez(n-1)*n!/(4^n-2^n) where ez(n) is the n-th coefficient of sec(t)+tan(t) for n>0, a(0) = 1.

%H Peter Luschny, <a href="http://oeis.org/wiki/User:Peter_Luschny/TheLostBernoulliNumbers">The lost Bernoulli numbers.</a>

%p gf := (f,n) -> coeff(series(f(x),x,n+1),x,n):

%p BG := n ->`if`(n=0,1,gf(sec+tan,n-1)*n!/(4^n-2^n)):

%p A193473 := n -> denom(BG(n)): seq(A193473(n),n=0..28);

%t ez[n_] := SeriesCoefficient[Sec[t] + Tan[t], {t, 0, n}];

%t a[0] = 1; a[n_] := Denominator[ez[n - 1] n!/(4^n - 2^n)];

%t Table[a[n], {n, 0, 28}] (* _Jean-François Alcover_, Jun 26 2019 *)

%Y Cf. A000367, A002445, A009843, A193475, A193472.

%K nonn,frac

%O 0,2

%A Peter Luschny, Aug 07 2011

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 April 16 01:01 EDT 2024. Contains 371696 sequences. (Running on oeis4.)