A113592 Array of quadratic pseudofibonacci sequences, read by antidiagonals.
1, 1, 1, 1, 2, 3, 1, 3, 6, 11, 1, 4, 11, 40, 127, 1, 5, 18, 127, 1612, 16151, 1, 6, 27, 332, 16151, 2598264, 260855055, 1, 7, 38, 739, 110260
Offset: 1
Examples
Table (upper left corner): 1...1...3...11...127....16151...260855055... 1...2...6...40...1612...2598624.675284696600... 1...3...11..127..16151..260855055... 1...4...18..332..110260.12157268264... 1...5...27..739..546175... 1...6...38..1456.2120012... 1...7...51..2615.6838327... 1...8...66..4372.19114516... 1...9...83..6907.47706815 1..10..102..10424.108659980...
Crossrefs
Formula
Antidiagonals of table: T(i, j) = j-th iteration of a(i, 0) = 1, a(i, 1) = i and for j>1: a(i, j) = 2*a(i, j-2) + a(i, j-1)^2.
Comments