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!)
A215061 Triangle read by rows, e.g.f. exp(x*(z-1/2))*((exp(3*x/2)+2*cos(sqrt(3)*x/2))/3). 5

%I #9 Aug 02 2012 07:55:44

%S 1,0,1,0,0,1,1,0,0,1,0,4,0,0,1,0,0,10,0,0,1,1,0,0,20,0,0,1,0,7,0,0,35,

%T 0,0,1,0,0,28,0,0,56,0,0,1,1,0,0,84,0,0,84,0,0,1,0,10,0,0,210,0,0,120,

%U 0,0,1,0,0,55,0,0,462,0,0,165,0,0,1,1,0,0

%N Triangle read by rows, e.g.f. exp(x*(z-1/2))*((exp(3*x/2)+2*cos(sqrt(3)*x/2))/3).

%C Matrix inverse is A215060.

%e [0] [1]

%e [1] [0, 1]

%e [2] [0, 0, 1]

%e [3] [1, 0, 0, 1]

%e [4] [0, 4, 0, 0, 1]

%e [5] [0, 0, 10, 0, 0, 1]

%e [6] [1, 0, 0, 20, 0, 0, 1]

%e [7] [0, 7, 0, 0, 35, 0, 0, 1]

%e [8] [0, 0, 28, 0, 0, 56, 0, 0, 1]

%e [9] [1, 0, 0, 84, 0, 0, 84, 0, 0, 1]

%o (Sage)

%o def A215061_triangle(dim): # See A215060 for function 'triangle'.

%o var('x, z')

%o f = exp(x*(z-1/2))*((exp(3*x/2)+2*cos(sqrt(3)*x/2))/3)

%o return triangle(f, dim)

%o A215061_triangle(12)

%Y Cf. A215060, A215062, A215063, A215064, A215065.

%K nonn,tabl

%O 0,12

%A _Peter Luschny_, Aug 01 2012

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 24 05:23 EDT 2024. Contains 371918 sequences. (Running on oeis4.)