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!)
A035023 One ninth of 9-factorial numbers. 14
1, 18, 486, 17496, 787320, 42515280, 2678462640, 192849310080, 15620794116480, 1405871470483200, 139181275577836800, 15031577762406374400, 1758694598201545804800, 221595519373394771404800, 29915395115408294139648000, 4307816896618794356109312000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
E.g.f. is g.f. for A001019(n-1) (powers of nine).
LINKS
FORMULA
9*a(n) = (9*n)(!^9) = Product_{j=1..n} 9*j = 9^n*n!.
E.g.f.: (-1+1/(1-9*x))/9.
D-finite with recurrence: a(n) - 9*n*a(n-1) = 0. - R. J. Mathar, Jan 28 2020
From Amiram Eldar, Jan 08 2022: (Start)
Sum_{n>=1} 1/a(n) = 9*(exp(1/9)-1).
Sum_{n>=1} (-1)^(n+1)/a(n) = 9*(1-exp(-1/9)). (End)
From G. C. Greubel, Oct 19 2022: (Start)
a(n) = A001019(n-1) * A000142(n). - G. C. Greubel, Oct 19 2022
MATHEMATICA
With[{nn=20}, Rest[CoefficientList[Series[(-1+1/(1-9*x))/9, {x, 0, nn}], x] Range[ 0, nn]!]] (* Harvey P. Dale, Apr 07 2019 *)
Table[9^(n-1)*n!, {n, 40}] (* G. C. Greubel, Oct 19 2022 *)
PROG
(Magma) [9^(n-1)*Factorial(n): n in [1..40]]; // G. C. Greubel, Oct 19 2022
(SageMath) [9^(n-1)*factorial(n) for n in range(1, 40)] # G. C. Greubel, Oct 19 2022
CROSSREFS
Sequence in context: A027405 A282477 A116176 * A180791 A126276 A035277
KEYWORD
easy,nonn
AUTHOR
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 26 16:04 EDT 2024. Contains 372003 sequences. (Running on oeis4.)