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
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, 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, 0, 0, 1, 0, 0, 55, 0, 0, 462, 0, 0, 165, 0, 0, 1, 1, 0, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,12
COMMENTS
Matrix inverse is A215060.
LINKS
EXAMPLE
[0] [1]
[1] [0, 1]
[2] [0, 0, 1]
[3] [1, 0, 0, 1]
[4] [0, 4, 0, 0, 1]
[5] [0, 0, 10, 0, 0, 1]
[6] [1, 0, 0, 20, 0, 0, 1]
[7] [0, 7, 0, 0, 35, 0, 0, 1]
[8] [0, 0, 28, 0, 0, 56, 0, 0, 1]
[9] [1, 0, 0, 84, 0, 0, 84, 0, 0, 1]
PROG
(Sage)
def A215061_triangle(dim): # See A215060 for function 'triangle'.
var('x, z')
f = exp(x*(z-1/2))*((exp(3*x/2)+2*cos(sqrt(3)*x/2))/3)
return triangle(f, dim)
A215061_triangle(12)
CROSSREFS
Sequence in context: A156393 A335510 A331438 * A215060 A096623 A171914
KEYWORD
nonn,tabl
AUTHOR
Peter Luschny, Aug 01 2012
STATUS
approved

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 July 18 17:38 EDT 2024. Contains 374388 sequences. (Running on oeis4.)