OFFSET
1,1
COMMENTS
Sequences like this are more naturally considered with the first nonzero term in position 1. But this sequence would then match A000027 for its first 118 terms.
This sequence has exactly 127 terms (of positive index). a(127) = 0, so an attempt to calculate a(128) would refer to itself.
Without the convention that a(n) = 0 for n <= -118, this sequence would have exactly 24 terms (of positive index), since computing a(25) refers to a(-222).
If 118 in this sequence's definition is replaced by any larger number congruent to 6 mod 7, the behavior is essentially the same, though the quasilinear part (see Formula section) lasts longer.
LINKS
Nathan Fox, Table of n, a(n) for n = 1..127
FORMULA
If the index is between 67 and 118 (inclusive), then a(7n) = 7n+2, a(7n+1) = 7n+120, a(7n+2) = 7n+122, a(7n+3) = 7, a(7n+4) = 2n+281, a(7n+5) = n+229, a(7n+6) = 116.
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
Nathan Fox, May 28 2024
STATUS
approved