OFFSET
0,1
COMMENTS
Previous name was: Distance between vowels when alphabet is written around a daisy wheel.
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,1).
FORMULA
a(n) = 4*floor((n+5)/5)+2*floor((n+3)/5)-6*floor(n/5). - Aaron J Grech, Sep 28 2024
MATHEMATICA
PadRight[{}, 100, {4, 4, 6, 6, 6}] (* Paolo Xausa, May 23 2026 *)
CROSSREFS
KEYWORD
nonn,easy,less
AUTHOR
David Neary (nearyd(AT)teltec.dcu.ie)
STATUS
approved
