VOOZH
about
URL: https://oeis.org/A374661
⇱ A374661 - OEIS
login
A374661
a(n) = (1/6)*
A374660
(n).
2
1, 5, 35, 280, 3080, 46200, 1016400, 33541200, 1710601200, 136848096000, 17379708192000, 3528080762976000, 1150154328730176000, 603831022583342400000, 511444876128091012800000, 699656590543228505510400000, 1546940721691078225683494400000
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,2
COMMENTS
a(n+1)/a(n) is an integer for n>=0, so (a(n)) is a divisibility sequence.
LINKS
Table of n, a(n) for n=0..16.
MATHEMATICA
w[n_] := Product[LucasL[k] + 4, {k, 0, n}]
(1/6) Table[w[n], {n, 0, 20}]
CROSSREFS
Cf.
A000142
,
A374654
,
A374660
.
Sequence in context:
A084135
A229111
A138233
*
A384760
A322666
A248053
Adjacent sequences:
A374658
A374659
A374660
*
A374662
A374663
A374664
KEYWORD
nonn
AUTHOR
Clark Kimberling
, Aug 03 2024
STATUS
approved