Generalized Pascal Triangle - satisfying the same recurrence as Pascal's triangle, but with a(n,0)=1 and a(n,n)=10^n (instead of both being 1).
A164844
Generalized Pascal Triangle - satisfying the same recurrence as Pascal's triangle, but with a(n,0)=1 and a(n,n)=10^n (instead of both being 1).
Terms
- a(0) =1a(1) =1a(2) =10a(3) =1a(4) =11a(5) =100a(6) =1a(7) =12a(8) =111a(9) =1000a(10) =1a(11) =13a(12) =123a(13) =1111a(14) =10000a(15) =1a(16) =14a(17) =136a(18) =1234a(19) =11111a(20) =100000a(21) =1a(22) =15a(23) =150a(24) =1370a(25) =12345a(26) =111111a(27) =1000000a(28) =1a(29) =16
External references
- oeis: A164844