OFFSET
1,5
COMMENTS
This sequence is an interlacing of 25 copies of the absolute values of A107332.
MATHEMATICA
M={{0, 1, 0, 0, 0}, {0, 0, 1, 0, 0}, {0, 0, 0, 1, 0}, {0, 0, 0, 0, 1}, {1, 0, -1, 1, 1}}
A[n_]:=M.A[n-1];
A[0]:={{1, 1, 1, 1, 1}, {1, 1, 1, 1, 2}, {1, 1, 1, 2, 3}, {1, 1, 2, 3, 5}, {1, 2, 3, 5, 7}};
b=Flatten[Table[M.A[n], {n, 0, 12}]]
CROSSREFS
KEYWORD
nonn,easy,less,obsc
AUTHOR
Roger L. Bagula, Sep 02 2004
EXTENSIONS
Edited by the Associate Editors of the OEIS, Nov 17 2009
STATUS
approved