Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A010843
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A010843 Incomplete Gamma Function at -3. +0
4
1, -2, 5, -12, 33, -78, 261, -360, 3681, 13446, 193509, 1951452, 23948865, 309740922, 4341155877, 65102989248, 1041690874689, 17708615729550, 318755470552389, 6056352778233924, 121127059051462881, 2543668229620367298 (list; graph; listen)
OFFSET

1,2

REFERENCES

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 262.

LINKS

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 262.

FORMULA

E.g.f.: exp(-3x)/(1-x). - Michael Somos Mar 06 2004

a(0) = 1 and for n>0, a(n) is the permanent of the n X n matrix with -2's on the diagonal and 1's elsewhere. a(n) = Sum(k=0..n, A008290(n, k)*(-2)^k ). a(n) = Sum(k=0..n, A008279(n, k)*(-3)^(n-k) ). - DELEHAM Philippe (kolotoko(AT)wanadoo.fr), Dec 15 2003

MAPLE

a:=n->n!*sum(((-3)^(k)/k!), k=0..n): seq(a(n), n=0..21); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 22 2007

MATHEMATICA

Table[ Gamma[ n, -3 ]*E^3, {n, 1, 24} ]

PROGRAM

(PARI) a(n)=if(n<0, 0, n!*polcoeff(exp(-3*x+x*O(x^n))/(1-x), n)) - Michael Somos Mar 06 2004

(PARI) a(n)=local(A, p); if(n<1, n==0, A=matrix(n, n, i, j, 1-3*(i==j)); sum(i=1, n!, if(p=numtoperm(n, i), prod(j=1, n, A[j, p[j]])))) - Michael Somos Mar 06 2004

CROSSREFS

See also A000023 A000166 A000142 A000522 A010842 A053486 A053487 A080954 A080955

Cf. A008279 A008279 A089258.

Sequence in context: A148284 A148285 A115523 this_sequence A084075 A000560 A032124

Adjacent sequences: A010840 A010841 A010842 this_sequence A010844 A010845 A010846

KEYWORD

sign

AUTHOR

Simon Plouffe (simon.plouffe(AT)gmail.com)

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 November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research