|
| |
|
|
A123712
|
|
Indices n such that 16 = A123709(n) = number of nonzero terms in row n of triangle A123706.
|
|
4
| |
|
|
60, 84, 90, 120, 126, 132, 140, 150, 156, 168, 180, 198, 204, 220, 228, 234, 240, 252, 260, 264, 270, 276, 280, 294, 300, 306, 308, 312, 315, 336, 340, 342, 348, 350, 360, 364, 372, 378, 380, 396, 408, 414, 440, 444, 450, 456, 460, 468, 476, 480, 490, 492
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Triangle A123706 is the matrix inverse of triangle A010766, where A010766(n,k) = [n/k].
a(n) = A178212(n) for n <= 52, possibly more. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), May 24 2010]
|
|
|
PROG
| (PARI)is(n)=my(M=matrix(n, n, r, c, r\c)^-1); sum(k=1, n, M[n, k]!=0)==16 \\ Charles R Greathouse IV, Feb 09 2012
|
|
|
CROSSREFS
| Cf. A123706, A123709, A123710, A123711, A010766.
Sequence in context: A154548 A067207 * A178212 A182855 A009129 A174292
Adjacent sequences: A123709 A123710 A123711 * A123713 A123714 A123715
|
|
|
KEYWORD
| nonn,changed
|
|
|
AUTHOR
| Paul D. Hanna (pauldhanna(AT)juno.com), Oct 09 2006
|
| |
|
|