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!)
A196258 a(n) = 11^n*n!. 2
1, 11, 242, 7986, 351384, 19326120, 1275523920, 98215341840, 8642950081920, 855652058110080, 94121726392108800, 11388728893445164800, 1503312213934761753600, 214973646592670930764800, 33105941575271323337779200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 11^n*n!
E.g.f.: 1/(1-11*x).
From Amiram Eldar, Jun 25 2020: (Start)
Sum_{n>=0) 1/a(n) = e^(1/11).
Sum_{n>=0) (-1)^n/a(n) = e^(-1/11). (End)
MATHEMATICA
Table[11^n n!, {n, 0, 20}] (* Harvey P. Dale, Sep 21 2015 *)
PROG
(Magma) [(Factorial(n)*11^n): n in [0..20]]; // Vincenzo Librandi, Oct 28 2011
(PARI) a(n)=11^n*n! \\ Charles R Greathouse IV, Nov 22 2011
CROSSREFS
Sequence in context: A361143 A267642 A267665 * A121826 A041223 A041220
KEYWORD
nonn,easy,less
AUTHOR
Philippe Deléham, Oct 27 2011
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 02:14 EDT 2024. Contains 371798 sequences. (Running on oeis4.)