Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A015002 q-factorial numbers for q=4. 11
1, 1, 5, 105, 8925, 3043425, 4154275125, 22686496457625, 495586515116818125, 43304845277422684580625, 15136126045591163828042953125, 21161832960467051739150680807015625, 118345540457280742481284963098558216328125, 2647344887069536899904944217513732945696167890625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Product_{k=1..n} (q^k - 1) / (q - 1) with q=4.
a(0) = 1, a(n) = (4^n-1)*a(n-1)/3. - Vincenzo Librandi, Oct 27 2012
MATHEMATICA
RecurrenceTable[{a[1]==1, a[n]==((4^n - 1) * a[n-1])/3}, a, {n, 15}] (* Vincenzo Librandi, Oct 27 2012 *)
Table[QFactorial[n, 4], {n, 15}] (* Bruno Berselli, Aug 14 2013 *)
PROG
(Magma) [n le 1 select 1 else (4^n-1)*Self(n-1)/3: n in [1..15]]; // Vincenzo Librandi, Oct 22 2012
CROSSREFS
Column q=4 of A069777.
Sequence in context: A223043 A200851 A203471 * A059490 A204109 A093979
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
a(0)=1 prepended by Alois P. Heinz, Sep 08 2021
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 August 19 05:14 EDT 2024. Contains 375284 sequences. (Running on oeis4.)