login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081049 Generalized Stirling numbers of the first kind. 2
1, 0, 5, -5, 74, -154, 2484, -8028, 149904, -663696, 14257440, -80627040, 1965444480, -13575738240, 370643938560, -3031488633600, 91657072281600, -867718162483200, 28779361764249600, -309920046408806400, 11185850044938240000, -135153868608460800000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n!*(1 + Sum {k=1..n, (-1)^n*1/k}).
E.g.f.: 1/(1-x) - log(1+x)/(1+x). - Robert Israel, Nov 23 2020
MAPLE
E:= 1/(1-x) - ln(1+x)/(1+x):
S:= series(E, x, 51):
seq(coeff(S, x, n)*n!, n=0..50); # Robert Israel, Nov 23 2020
CROSSREFS
Sequence in context: A318420 A151492 A081050 * A048607 A229767 A369753
KEYWORD
easy,sign
AUTHOR
Paul Barry, Mar 05 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 03:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)