Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A144637
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A144637 Column 2 of triangle in A144633. +0
1
0, 0, 1, -3, 11, -45, 175, -315, -6265, 139755, -2127125, 28153125, -327452125, 2921393475, -2998820825, -788463550875, 28464750689375, -739460838241125, 16173782241491875, -294957734383186875, 3672958879661946875 (list; graph; listen)
OFFSET

0,4

FORMULA

E.g.f.: B(x)^2/2 where B(x) is e.g.f. for A144636. [From Vladeta Jovovic (vladeta(AT)eunet.yu), Jan 24 2009]

MAPLE

A:= proc(n, k) option remember; if n=k then 1 elif k<n or n<1 then 0 else A(n-1, k-1) +(k-1) *A(n-1, k-2) +(k-1) *(k-2) *A(n-1, k-3)/2 fi end: M:= proc(n) option remember; Matrix(n+1, (i, j)-> A(i-1, j-1))^(-1) end: a:= n-> M (n+2)[3, n+1]: seq (a(n), n=0..25); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 25 2009]

CROSSREFS

Sequence in context: A030844 A030959 A073590 this_sequence A151109 A151110 A151111

Adjacent sequences: A144634 A144635 A144636 this_sequence A144638 A144639 A144640

KEYWORD

sign

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jan 23 2009

EXTENSIONS

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 25 2009

page 1

Search completed in 0.005 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 7 08:40 EST 2009. Contains 170430 sequences.


AT&T Labs Research