The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A274985 a(n) = ([n]_phi! - [n]_{1-phi}!)/sqrt(5), where [n]_q! is the q-factorial, phi = (1+sqrt(5))/2. 2
0, 0, 1, 6, 58, 948, 25992, 1179016, 87713040, 10646068080, 2101395344400, 673242645670320, 349671381118477440, 294206779308703578240, 400822226102433353285760, 883965927408694948620295680, 3155212287401150653204012531200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
Eric Weisstein's World of Mathematics, q-Factorial, Golden Ratio.
FORMULA
[n]_phi! = (A274983(n) + a(n)*sqrt(5))/2.
[n]_{1-phi}! = (A274983(n) - a(n)*sqrt(5))/2.
a(n) ~ c * phi^(n*(n+3)/2) / sqrt(5), where c = QPochhammer(phi-1) = A276987 = 0.1208019218617061294237231569887920563043992516794... . - Vaclav Kotesovec, Sep 24 2016
EXAMPLE
For n = 3, [3]_phi! = 1060 + 474*sqrt(5), so A274983(5) = 2*1060 = 2120 and a(5) = 2*474 = 948.
MATHEMATICA
Round@Table[(QFactorial[n, GoldenRatio] - QFactorial[n, 1 - GoldenRatio])/Sqrt[5], {n, 0, 20}] (* Round is equivalent to FullSimplify here, but is much faster *)
CROSSREFS
Sequence in context: A370908 A366298 A337594 * A034982 A156147 A024269
KEYWORD
nonn
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 May 28 22:13 EDT 2024. Contains 372921 sequences. (Running on oeis4.)