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!)
A111887 Seventh column of triangle A112492 (inverse scaled Pochhammer symbols). 1
1, 13068, 104587344, 673781602752, 3878864920694016, 21006340945438768128, 110019668725577574273024, 565858042127972959667208192, 2882220940619488483325345857536, 14605752814655604919042956624396288 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Also continuation of family of differences of reciprocals of unity. See A001242, A111886 and triangle A008969.
LINKS
Mircea Merca, Some experiments with complete and elementary symmetric functions, Periodica Mathematica Hungarica, 69 (2014), 182-189.
FORMULA
G.f.: 1/Product_{j=1..7} 1-7!*x/j.
a(n) = -((7!)^n) * Sum_{j=1..7} (-1)^j*binomial(7, j)/j^n, n>=0.
a(n) = A112492(n+6, 7), n>=0.
PROG
(PARI) a(n) = -((7!)^n)*sum(j=1, 7, ((-1)^j)*binomial(7, j)/j^n); \\ Michel Marcus, Apr 28 2020
CROSSREFS
Also right-hand column 6 in triangle A008969.
Cf. A112492.
Sequence in context: A256730 A234329 A165679 * A249495 A235335 A184768
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Sep 12 2005
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 May 30 03:43 EDT 2023. Contains 363044 sequences. (Running on oeis4.)