Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136168
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136168 a(n) = (n-1)!*Sum_{i=1..n-1} (-1)^(i+1)*A027907(n-i+2,i+1)*a(n-i)/(n-i)! for n>0 with a(0)=1, where A027907 is the triangle of trinomial coefficients. +0
1
1, 3, 16, 120, 1140, 12972, 171216, 2571912, 43429680, 816108048, 16894168704, 381536713152, 9332214825024, 246215663789760, 6984603724315392, 211834855804295808, 6819603388970206464, 232454553855108173568 (list; graph; listen)
OFFSET

0,2

FORMULA

E.g.f. satisfies: A(x) = (1-x+x^2)^2/(1-2x)*A(x-x^2+x^3).

EXAMPLE

E.g.f.: A(x) = 1 + 3x + 16x^2/2! + 120x^3/3! + 1140x^4/4! + 12972x^5/5! +...

PROGRAM

(PARI) {a(n)=if(n<0, 0, if(n==0, 1, (n-1)!*sum(i=1, n, (-1)^(i+1)*polcoeff((1+x+x^2)^(n-i+2), i+1)*a(n-i)/(n-i)!)))}

CROSSREFS

Cf. A027907; A005119 (variant).

Adjacent sequences: A136165 A136166 A136167 this_sequence A136169 A136170 A136171

Sequence in context: A074522 A125807 A125222 this_sequence A120015 A003692 A132070

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 27 2007, Jan 24 2008

page 1

Search completed in 0.002 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 October 12 15:26 EDT 2008. Contains 144830 sequences.


AT&T Labs Research