OFFSET
1,1
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
Index entries for linear recurrences with constant coefficients, signature (1,0,1,-1).
FORMULA
MAPLE
seq(32*(n + floor(n/3)) - 11, n=1..40); # Peter Luschny, Oct 10 2021
MATHEMATICA
LinearRecurrence[{1, 0, 1, -1}, {21, 53, 117, 149}, 50] (* Paolo Xausa, Feb 27 2024 *)
PROG
(Magma) [32*(n + Floor(n/3)) - 11 : n in [1..60]]; // Wesley Ivan Hurt, Oct 10 2021
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Oct 07 2021
STATUS
approved