OFFSET
0,2
LINKS
Ralf Stephan, Prove or disprove: 100 conjectures from the OEIS, arXiv:math/0409509 [math.CO], 2004.
E. Wilmer and O. Schirokauer, A note on Stephan's conjecture 25, 2004. [broken link]
E. Wilmer and O. Schirokauer, A note on Stephan's conjecture 25, 2004. [cached copy]
Index entries for linear recurrences with constant coefficients, signature (9,-8).
FORMULA
a(n) = (4*8^n + 3)/7.
a(n) = 8*a(n-1) - 3 (with a(0)=1). - Vincenzo Librandi, Nov 18 2010
From R. J. Mathar, Feb 28 2011: (Start)
G.f.: ( 1-4*x ) / ( (1-8*x)*(1-x) ). (End)
a(n+1) = A226308(3n+2). - Philippe Deléham, Feb 24 2014
MATHEMATICA
LinearRecurrence[{9, -8}, {1, 5}, 20] (* Jean-François Alcover, Jan 19 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved