cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A049513 Array T by antidiagonals: T(k,n) = k*n*2^(n-1) + 1, n >= 0, k >= 0.

This page as a plain text file.
%I A049513 #8 Apr 30 2014 01:37:32
%S A049513 1,1,1,1,2,1,1,3,5,1,1,4,9,13,1,1,5,13,25,33,1,1,6,17,37,65,81,1,1,7,
%T A049513 21,49,97,161,193,1,1,8,25,61,129,241,385,449,1,1,9,29,73,161,321,577,
%U A049513 897,1025,1,1,10,33,85,193,401,769,1345,2049,2305,1,1,11,37,97,225,481
%N A049513 Array T by antidiagonals: T(k,n) = k*n*2^(n-1) + 1, n >= 0, k >= 0.
%F A049513 A005183(n) = T(1, n), A002064(n) = T(2, n), A048474(n) = T(3, n), A000337(n) = T(4, n), A016813(n) = T(n, 2), A017533(n) = T(n, 3).
%e A049513 Antidiagonals: 1; 1,1; 1,2,1; 1,3,5,1; 1,4,9,13,1; ...
%o A049513 (PARI) {T(k, n) = k * n * 2^(n-1) + 1}
%Y A049513 Cf. A000337, A002064, A005183, A016813, A017533, A048474, A049069, A048472.
%Y A049513 Essentially the same as A049069.
%K A049513 nonn,tabl,easy
%O A049513 0,5
%A A049513 _Michael Somos_, Sep 25 1999