login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A046552
First numerator and then denominator of each element of the 1/3-Pascal triangle (by row), excluding 3's.
0
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 1, 1, 1, 1, 7, 8, 7, 1, 1, 1, 1, 10, 5, 1, 5, 1, 10, 1, 1, 1, 1, 13, 25, 10, 1, 25, 13, 1, 1, 1, 1, 16, 38, 55, 55, 38, 16, 1, 1, 1, 1, 19, 18, 1, 31, 1, 110, 31, 1, 18, 1, 19, 1, 1, 1, 1, 22, 73, 49, 1, 203, 203
OFFSET
1,14
EXAMPLE
1/1; --> 1 1
1/1 1/1; --> 1 1 1 1
1/1 1/3 1/1; --> 1 1 1 1 1
1/1 4/3 4/3 1/1; --> ...
1/1 7/3 8/3 7/3 1/1;
1/1 10/3 5/1 5/1 10/3 1/1;
1/1 13/3 25/3 10/1 25/3 13/3 1/1;
1/1 16/3 38/3 55/3 55/3 38/3 16/3 1/1; ...
CROSSREFS
Cf. A046534.
Sequence in context: A057278 A010303 A046553 * A155454 A143484 A047214
KEYWORD
tabf,nonn,less
EXTENSIONS
Data corrected by Sean A. Irvine, Apr 13 2021
STATUS
approved