|
|
A174529
|
|
a(3n) = a(3n-1)+a(3n-2), a(3n+1) = a(3n)*a(3n-1), a(3n+2) = a(3n+1)/a(3n).
|
|
1
|
|
|
3, 5, 8, 40, 5, 45, 225, 5, 230, 1150, 5, 1155, 5775, 5, 5780, 28900, 5, 28905, 144525, 5, 144530, 722650, 5, 722655, 3613275, 5, 3613280, 18066400, 5, 18066405, 90332025, 5, 90332030, 451660150, 5, 451660155, 2258300775, 5, 2258300780, 11291503900, 5
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
|
|
FORMULA
|
G.f.: x*(3 + 5*x + 8*x^2 + 22*x^3 - 25*x^4 - 3*x^5) / ((1 - x)*(1 + x + x^2)*(1 - 5*x^3)).
a(n) = 6*a(n-3) - 5*a(n-6) for n>6.
(End)
|
|
PROG
|
(PARI) Vec(x*(3 + 5*x + 8*x^2 + 22*x^3 - 25*x^4 - 3*x^5) / ((1 - x)*(1 + x + x^2)*(1 - 5*x^3)) + O(x^60)) \\ Colin Barker, Mar 23 2017
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
|
|
EXTENSIONS
|
|
|
STATUS
|
approved
|
|
|
|