OFFSET
0,3
LINKS
A. Karttunen, Gatomorphisms (Includes the complete Scheme program for computing this sequence)
MAPLE
Similar function for Maple lists can be implemented as: reverse := proc(a) if 0 = nops(a) then (a) else [op(reverse(cdr(a))), a[1]]; fi; end;
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen Sep 03 2000
STATUS
approved