OFFSET
2,2
COMMENTS
If n is odd, a(n) = n-1. If n is even, n-1 <= a(n) <= 3n/2-1. For even n up to 100, a(n) = 3n/2-1 unless n = 2 or 24; are there other exceptions? - Dean Hickerson, Mar 21 2003
EXAMPLE
a(24)=32 since the 24th row of A080504 can be exhibited as: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 32, y with y = 3^15*5^20*7^21*11^22*13^23*17^23*19^23.
CROSSREFS
KEYWORD
nonn
AUTHOR
Dean Hickerson, Mar 21 2003
STATUS
approved