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!)
A166317 Exponential Riordan array [sec(2x), arctanh(tan(x))]. 1

%I #25 Mar 28 2020 14:02:36

%S 1,0,1,4,0,1,0,16,0,1,80,0,40,0,1,0,640,0,80,0,1,3904,0,2800,0,140,0,

%T 1,0,49152,0,8960,0,224,0,1,354560,0,319744,0,23520,0,336,0,1,0,

%U 6225920,0,1454080,0,53760,0,480,0,1,51733504,0,54897920,0,5230720,0,110880,0,660,0,1

%N Exponential Riordan array [sec(2x), arctanh(tan(x))].

%C The Bell transform of abs(2^n*euler_number(n)). For the definition of the Bell transform see A264428. - _Peter Luschny_, Jan 18 2016

%e Triangle begins

%e 1;

%e 0, 1;

%e 4, 0, 1;

%e 0, 16, 0, 1;

%e 80, 0, 40, 0, 1;

%e 0, 640, 0, 80, 0, 1;

%e 3904, 0, 2800, 0, 140, 0, 1;

%e 0, 49152, 0, 8960, 0, 224, 0, 1;

%e 354560, 0, 319744, 0, 23520, 0, 336, 0, 1;

%e 0, 6225920, 0, 1454080, 0, 53760, 0, 480, 0, 1;

%e 51733504, 0, 54897920, 0, 5230720, 0, 110880, 0, 660, 0, 1;

%e Production matrix is

%e 0, 1;

%e 4, 0, 1;

%e 0, 12, 0, 1;

%e 16, 0, 24, 0, 1;

%e 0, 80, 0, 40, 0, 1;

%e 64, 0, 240, 0, 60, 0, 1;

%e 0, 448, 0, 560, 0, 84, 0, 1;

%e 256, 0, 1792, 0, 1120, 0, 112, 0, 1;

%e 0, 2304, 0, 5376, 0, 2016, 0, 144, 0, 1;

%e which is the exponential Riordan array [cosh(2x),x] minus its top row. (Cf. also A117435.)

%t (* The function BellMatrix is defined in A264428. *)

%t rows = 12;

%t M = BellMatrix[Abs[2^#*EulerE[#]]&, rows];

%t Table[M[[n, k]], {n, 2, rows}, {k, 2, n}] // Flatten (* _Jean-François Alcover_, Jul 11 2019 *)

%o (Sage) # uses[bell_matrix from A264428]

%o # Adds a column 1,0,0,0, ... at the left side of the triangle.

%o bell_matrix(lambda n: abs(2^n*euler_number(n)), 10) # _Peter Luschny_, Jan 18 2016

%Y Row sums are A012259(n+1).

%Y Inverse is A166318 which is a signed version of this sequence.

%Y Cf. A117435, A264428.

%K easy,nonn,tabl

%O 0,4

%A _Paul Barry_, Oct 11 2009

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 June 5 10:42 EDT 2024. Contains 373105 sequences. (Running on oeis4.)