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!)
A174856 Square array read by antidiagonals up. Redheffer type matrix. T(1,1)=1 and T(n,1) = A049240. 1
1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The first column is equal to 0 when n is a square greater than 1. The rest of the array is equal to A143104. The determinant of this array is A002819.
LINKS
EXAMPLE
The array begins:
1,1,1,1,1,1,1,1,1,1
1,1,0,0,0,0,0,0,0,0
1,0,1,0,0,0,0,0,0,0
0,1,0,1,0,0,0,0,0,0
1,0,0,0,1,0,0,0,0,0
1,1,1,0,0,1,0,0,0,0
1,0,0,0,0,0,1,0,0,0
1,1,0,1,0,0,0,1,0,0
0,0,1,0,0,0,0,0,1,0
1,1,0,0,1,0,0,0,0,1
MATHEMATICA
t[1, 1] = 1; t[n_, 1] := Boole[!IntegerQ[Sqrt[n]]]; t[n_, k_] := Boole[n == 1 || Mod[n, k] == 0]; Table[t[n - k + 1, k], {n, 1, 14}, {k, 1, n}] // Flatten (* Jean-François Alcover, Dec 05 2013 *)
CROSSREFS
Sequence in context: A127247 A144778 A143142 * A175608 A285467 A194679
KEYWORD
nonn,tabl
AUTHOR
Mats Granvik, Mar 31 2010
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)