login
A138280
Recursive sequence of integer lists involved with the game Tag Deal.
0
0, 110, 2212110, 332322132212110, 4434332433232214332322132212110, 554544354434332544343324332322154434332433232214332322132212110
OFFSET
0,2
REFERENCES
Barry Cipra's game of Tag Deal
FORMULA
a(n) = 2*a(n-1) + n + a(n-1). Here addition means concatenation of numbers into a list; i.e. 2 + 3 = 23
CROSSREFS
Sequence in context: A234512 A343181 A028673 * A282069 A279989 A282487
KEYWORD
nonn,base
AUTHOR
Trevor G. Hyde (trivial34(AT)hotmail.com), May 06 2008
STATUS
approved