Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A009940
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A009940 Form the iterate f[ f[ .. f[ 1 ] ] ] or f^n [ 1 ] with f[ stuff ] defined as ( stuff - Integrate[ stuff over x ] ), set x=1 and multiply by n!. +0
5
1, 0, -1, -4, -15, -56, -185, -204, 6209, 112400, 1520271, 19165420, 237686449, 2944654296, 36392001815, 441823808804, 5066513855745, 49021548330016, 202510138910239, -8592616658156580, -399625593156546319 (list; graph; listen)
OFFSET

0,4

FORMULA

E.g.f.: exp(x/(x-1))/(1-x); a(n)=2*(n-1)*a(n-1)-(n-1)^2*a(n-2) for n>1, a(0)=1, a(1)=0; a(n)=n!*Laguerre(n, 1). - C. Ronaldo (aga_new_ac(AT)hotmail.com), Dec 19 2004

EXAMPLE

The first few f[ x ] are 1, 1 - x, 1 - 2*x + x^2/2, 1 - 3*x + (3*x^2)/2 - x^3/6, giving the values 1, 0, -1/2, -2/3, ...

MAPLE

seq(coeff(convert(series(exp(x/(x-1))/(1-x), x, 50), polynom), x, i)*i!, i=0..20); A009940:=proc(n) options remember: if n<2 then RETURN([1, 0][n+1]) else RETURN(2*(n-1)*A009940(n-1)-(n-1)^2*A009940(n-2)) fi: end; seq(A009940(n), n=0..20); with(orthopoly):seq(n!*L(n, 1), n=0..20); (C. Ronaldo)

MATHEMATICA

(NestList[ #-Integrate[ #, x ]&, 1, 32 ]/.x:>1) Range[ 0, 32 ]!

Table[ n! LaguerreL[ n, 1 ], {n, 18} ]

CROSSREFS

Row sums of A021009.

Sequence in context: A094375 A047018 A064813 this_sequence A081163 A082133 A060111

Adjacent sequences: A009937 A009938 A009939 this_sequence A009941 A009942 A009943

KEYWORD

sign

AUTHOR

Wouter Meeussen (wouter.meeussen(AT)pandora.be)

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 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research