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!)
A144773 10-fold factorials: Product_{k=0..n-1} (10*k+1). 4
1, 1, 11, 231, 7161, 293601, 14973651, 913392711, 64850882481, 5252921480961, 478015854767451, 48279601331512551, 5359035747797893161, 648443325483545072481, 84946075638344404495011, 11977396665006561033796551, 1808586896415990716103279201, 291182490322974505292627951361 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k = 0..n} (-10)^(n - k) * A048994(n, k).
a(n) = Sum_{k = 0..n} 10^(n - k) * A132393(n, k).
E.g.f.: (1 - 10*x)^(-1/10).
a(n) = A045757(n), n>0.
a(n) = (-9)^n * Sum_{k = 0..n} (10/9)^k * s(n + 1,n + 1 - k), where s(n, k) are the Stirling numbers of the first kind, A048994. - Mircea Merca, May 03 2012
G.f.: 1/Q(0), where Q(k) = 1 - (10*k+1)*x/( 1 - 10*x*(k+1)/Q(k+1) ); (continued fraction). - Sergei N. Gladkovskii, Jan 09 2014
a(n) = 10^n * Gamma(n + 1/10) / Gamma(1/10). - Artur Jasinski Aug 23 2016
a(n) ~ sqrt(2*Pi)*10^n*n^(n-2/5)/(Gamma(1/10)*exp(n)). - Ilya Gutkovskiy, Sep 11 2016
D-finite with recurrence: a(n) - (10*n-9)*a(n-1) = 0. - R. J. Mathar, Jan 20 2020
Sum_{n>=0} 1/a(n) = 1 + (e/10^9)^(1/10)*(Gamma(1/10) - Gamma(1/10, 1/10)). - Amiram Eldar, Dec 22 2022
MAPLE
G(x):=(1-10*x)^(-1/10): f[0]:=G(x): for n from 1 to 29 do f[n]:=diff(f[n-1], x) od: x:=0: seq(f[n], n=0..14); # Zerinvary Lajos, Apr 03 2009
MATHEMATICA
b = 10; Table[FullSimplify[b^n*Gamma[n + 1/b]/Gamma[1/b]], {n, 0, 14}] (* Michael De Vlieger, Sep 14 2016 *)
Join[{1}, FoldList[Times, 10 Range[0, 15]+1]] (* Harvey P. Dale, Oct 24 2022 *)
PROG
(PARI) Vec(serlaplace( (1-10*x)^(-1/10) +O('x^15) )) \\ G. C. Greubel, Mar 03 2020
(Magma) R<x>:=PowerSeriesRing(Rationals(), 15); Coefficients(R!(Laplace( (1-10*x)^(-1/10) ))); // G. C. Greubel, Mar 03 2020
(Sage) [10^n*rising_factorial(1/10, n) for n in (0..15)] # G. C. Greubel, Mar 03 2020
CROSSREFS
Cf. k-fold factorials: A000142 ("1-fold"), A001147 (2-fold), A007559 (3), A007696 (4), A008548 (5), A008542 (6), A045754 (7), A045755 (8), A045756 (9), A256268 (combined table).
Sequence in context: A254782 A169960 A045757 * A061115 A098321 A033864
KEYWORD
nonn
AUTHOR
Philippe Deléham, Sep 21 2008
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 27 13:14 EDT 2024. Contains 372019 sequences. (Running on oeis4.)