OFFSET
1,2
COMMENTS
A column of the array described in A202624. See that entry for references.
MAPLE
f:=n-> if n mod 3 = 0 then n-1 elif n mod 3 = 1 then n^3-1 else 0 fi; # Gives all values correctly except that a(2) should be 8.
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 30 2011
STATUS
approved