
Math::NumSeq::Aronson -- Aronson's sequence

use Math::NumSeq::Aronson; my $seq = Math::NumSeq::Aronson->new; my ($i, $value) = $seq->next;

The Math::Aronson module presented in the style of Math::NumSeq.

$seq = Math::NumSeq::Aronson->new (key=>value,...)Create and return a new sequence object. Only the following parameters are accepted as yet
lang "en" or "fr"
letter "t" etc
conjunctions boolean
lying boolean


http://user42.tuxfamily.org/math-aronson/index.html

Math-Aronson is Copyright 2010, 2011, 2012 Kevin Ryde
Math-Aronson is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.
Math-Aronson is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Math-Aronson. If not, see <http://www.gnu.org/licenses/>.