OFFSET
1,1
COMMENTS
Intersection of A000567 and A033579 (even octagonal numbers divided by 2). - Michel Marcus, Jun 20 2015
LINKS
Colin Barker, Table of n, a(n) for n = 1..163
Index entries for linear recurrences with constant coefficients, signature (1331715,-1331715,1).
FORMULA
G.f.: -8*x*(x^2+41580*x+35) / ((x-1)*(x^2-1331714*x+1)).
EXAMPLE
280 is in the sequence because 280 is the 10th octagonal number, and 2*280 is the 14th octagonal number.
MATHEMATICA
LinearRecurrence[{1331715, -1331715, 1}, {280, 373212840, 497012764340408}, 20] (* Harvey P. Dale, Dec 04 2015 *)
PROG
(PARI) Vec(-8*x*(x^2+41580*x+35)/((x-1)*(x^2-1331714*x+1)) + O(x^20))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Jun 18 2015
STATUS
approved