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!)
A147998 [r]*[2r]*[3r]*...[nr], where r=(1+sqrt(5))/2 and []=floor. 4
1, 3, 12, 72, 576, 5184, 57024, 684288, 9580032, 153280512, 2605768704, 49509605376, 1039701712896, 22873437683712, 548962504409088, 13724062610227200, 370549690476134400, 10745941023807897600, 322378230714236928000, 10316103382855581696000, 340431411634234195968000, 11915099407198196858880000, 440858678066333283778560000, 16752629766520664783585280000, 670105190660826591343411200000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n)=[r]*[2r]*[3r]*...[nr], where r=(1+sqrt(5))/2 and []=floor.
EXAMPLE
a(n)=1*3*12*72*...*floor(r*n), where r = golden ratio.
MATHEMATICA
a[n_]:=Floor[n*(1+5^(1/2))/2];
f[n_]:=Product[a[i], {i, n}];
Table[f[n], {n, 1, 25}]
CROSSREFS
Cf. A000201 (lower Wythoff sequence).
Sequence in context: A319948 A020530 A337061 * A052676 A054640 A139486
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 22 2011
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 July 3 11:23 EDT 2024. Contains 373974 sequences. (Running on oeis4.)