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!)
A015026 q-factorial numbers for q=-11. 1
1, -10, -1110, 1354200, 18174718200, -2683133647866000, -4357223907912681246000, 77834136400782124140797040000, 15294068523753116384387488625702640000, -33057395763506647102922925284376653918412000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Prod_{k=1}^{n} ((q^k - 1) / (q - 1)).
a(1) = 1, a(n) = ((-11)^n - 1) * a(n-1)/(-12). - Vincenzo Librandi, Oct 26 2012
MATHEMATICA
RecurrenceTable[{a[1]==1, a[n]==(((-11)^n - 1) a[n-1])/(-12)}, a, {n, 15}] (* Vincenzo Librandi, Oct 26 2012 *)
PROG
(Magma) [n le 1 select 1 else ((-11)^n - 1)*Self(n-1)/(-12): n in [1..13]]; // Vincenzo Librandi, Oct 26 2012
CROSSREFS
Sequence in context: A267246 A355316 A266589 * A130598 A267595 A266621
KEYWORD
sign,easy
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 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)