OFFSET
1,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 1).
FORMULA
5-periodic with period (1, 1, 3, 5, 3)
MATHEMATICA
LinearRecurrence[{0, 0, 0, 0, 1}, {1, 1, 3, 5, 3}, 105] (* Ray Chandler, Aug 25 2015 *)
nxt[{a_, b_}]:={b, (2^Ceiling[b/2]+1)/a}; NestList[nxt, {1, 1}, 110][[;; , 1]] (* or *) PadRight[{}, 120, {1, 1, 3, 5, 3}] (* Harvey P. Dale, Jun 09 2025 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Nov 24 2002
STATUS
approved
