Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A005119
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A005119 Infinitesimal generator of x(x+1).
(Formerly M3024)
+0
2
1, 1, 3, 16, 124, 1256, 15576, 226248, 3729216, 68179968, 1361836800, 29501349120, 693638208000, 17815908096000, 502048890201600, 15388268595840000, 500579319427891200, 16817771937344716800, 581609175119297740800 (list; graph; listen)
OFFSET

1,3

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

G. Labelle, Sur l'inversion et l'iteration continue des series formelles, Europ. J. Combin., 1 (1980), 113-138.

FORMULA

a(n) = (n-2)!*Sum_{i=1..n-1} (-1)^(i+1)*C(n-i+1,i+1)*a(n-i)/(n-i-1)! for n>1 with a(1)=1. E.g.f. satisfies: A(x) = (1-x)^2/(1-2x)*A(x-x^2) where A(x) = Sum_{n>=0}a(n+1)*x^n/n! with offset so that A(0)=1. - Paul D. Hanna (pauldhanna(AT)juno.com), Dec 27 2007

PROGRAM

(PARI) {a(n)=if(n<1, 0, if(n==1, 1, (n-2)!*sum(i=1, n-1, (-1)^(i+1)*binomial(n-i+1, i+1)*a(n-i)/(n-i-1)!)))} - Paul D. Hanna (pauldhanna(AT)juno.com), Dec 27 2007

CROSSREFS

Sequence in context: A035352 A159607 A087018 this_sequence A090135 A157457 A000950

Adjacent sequences: A005116 A005117 A005118 this_sequence A005120 A005121 A005122

KEYWORD

nonn,nice

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Simon Plouffe (simon.plouffe(AT)gmail.com)

EXTENSIONS

More terms from Paul D. Hanna (pauldhanna(AT)juno.com), Dec 27 2007

page 1

Search completed in 0.006 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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research