OFFSET
0,4
COMMENTS
In Soykan (2020), this sequences is referred to as E_n, "modified Grahaml sequence" (sic), see p. 45.
LINKS
Michael De Vlieger, Table of n, a(n) for n = 0..1908
Yüksel Soykan, On Generalized Grahaml Numbers, Journal of Advances in Mathematics and Computer Science (2020) Vol. 35, No. 2: 42-57, Article no. JAMCS.55255.
Index entries for linear recurrences with constant coefficients, signature (2,3,5).
FORMULA
G.f.: (x - x^2)/(1 - 2*x - 3*x^2 - 5*x^3).
MATHEMATICA
LinearRecurrence[{2, 3, 5}, {0, 1, 1}, 29] (* or *)
CoefficientList[Series[(x - x^2)/(1 - 2 x - 3 x^2 - 5 x^3), {x, 0, 28}], x]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Michael De Vlieger, Jun 18 2020
STATUS
approved