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

Vincenzo Librandi, Table of n, a(n) for n = 1..50

Index entries for sequences related to factorial numbers

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: A012076 A173211 A109901 * A204245 A287248 A225164

Adjacent sequences: A015015 A015016 A015017 * A015019 A015020 A015021

KEYWORD

sign,easy

AUTHOR

Olivier Gérard

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 06:07 EDT 2023. Contains 361577 sequences. (Running on oeis4.)