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!)
A015018 q-factorial numbers for q=-5. 1
1, -4, -84, 8736, 4551456, -11851991424, -154324780331904, 10047160498728278016, 3270561732706527788046336, -5323179358400075453935368658944, -43320145405426340445710562789228109824, 1762701221841919957075369153792221868461981696 (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) = ((-5)^n - 1)*a(n-1)/(-6). - Vincenzo Librandi, Oct 26 2012
MATHEMATICA
RecurrenceTable[{a[1]==1, a[n]==(((-5)^n - 1) * a[n-1])/(-6)}, a, {n, 15}] (* Vincenzo Librandi, Oct 26 2012 *)
PROG
(Magma) [n le 1 select 1 else ((-5)^n - 1)*Self(n-1)/(-6): n in [1..18]]; // Vincenzo Librandi, Oct 26 2012
CROSSREFS
Sequence in context: A173211 A109901 A367522 * A204245 A287248 A225164
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 March 28 22:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)