OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Paul Leyland, Factors of Cullen and Woodall numbers
Paul Leyland, Generalized Cullen and Woodall numbers
Index entries for linear recurrences with constant coefficients, signature (15,-63,49).
FORMULA
G.f.: -(42*x^2 - 7*x + 1)/((x-1)*(7*x-1)^2). [Colin Barker, Oct 14 2012]
MATHEMATICA
Table[n*7^n+1, {n, 0, 20}] (* or *) LinearRecurrence[{15, -63, 49}, {1, 8, 99}, 20] (* Harvey P. Dale, Nov 23 2013 *)
PROG
(Magma) [ n*7^n+1: n in [0..20]]; // Vincenzo Librandi, Sep 16 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 30 1999
STATUS
approved