A109493 a(n) = 7^((n^2 - n)/2).
1, 1, 7, 343, 117649, 282475249, 4747561509943, 558545864083284007, 459986536544739960976801, 2651730845859653471779023381601, 107006904423598033356356300384937784807
Offset: 0
Programs
-
PARI
a(n) = 7^binomial(n,2) \\ Charles R Greathouse IV, Jan 17 2012
Formula
a(n+1) is the determinant of n X n matrix M_(i, j) = binomial(7i, j).
G.f. A(x) satisfies: A(x) = 1 + x * A(7*x). - Ilya Gutkovskiy, Jun 04 2020
Comments