login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A221645 Square array read by antidiagonals: T(n,k^2) = A040000(n) (= 1,2,2,2,...) if n=0 (mod k), T(n,k) = 0 else, n>=0, k>=1. 5
1, 2, 0, 2, 0, 0, 2, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Other definition: Square array read by antidiagonal: T(n,k), n>=0, k>=1, in which column k lists the numbers A040000 (1, 2, 2, 2, 2...) interleaved with k^(1/2)-1 zeros, if k is a square otherwise column k lists only zeros.
The sum of elements of the n-th antidiagonal equals the number of divisors of n. In other words, the antidiagonal sums give A000005.
LINKS
FORMULA
sum_{k=1...n} a(n-k,k) = A000005(n) for all n>0. - M. F. Hasler, Feb 02 2013
EXAMPLE
First 16 elements of first 16 rows of the square array are
1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,...
2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,...
2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2,...
2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,...
2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2,...
2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,...
2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,2,0,0,0,0,2,0,0,0,0,0,0,2,...
2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,...
...
For n = 3 the sum of the third antidiagonal is 2+0+0 = d(3) = A000005(3) = 2.
For n = 16 the sum of the 16th antidiagonal is 2+0+0+2+0+0+0+0+0+0+0+0+0+0+0+1 = d(16) = A000005(16) = 5.
PROG
(PARI) A221645(n, m)={my(t); issquare(m, &t)||return; n||return(1); n%t & return; 2} \\ M. F. Hasler, Feb 02 2013
CROSSREFS
Sequence in context: A227618 A366533 A340683 * A216176 A359007 A128765
KEYWORD
nonn,tabl
AUTHOR
Omar E. Pol, Feb 02 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 13:40 EDT 2024. Contains 371792 sequences. (Running on oeis4.)