Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122415
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122415 Triangle T(n,k) for 1 < k < n read by rows, where T(n,k) = 1 if gcd(n,k) is prime, 0 otherwise. +0
2
0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0 (list; table; graph; listen)
OFFSET

3,1

COMMENT

Triangle defined in A122414 without first column and main diagonal.

PROGRAM

(PARI) {m=14; v=vector(m, x, vector(x)); for(n=1, m, for(k=1, n-1, if(isprime(gcd(n+2, k+1)), v[n][k]=1))); for(n=1, m, for(k=1, n, print1(v[n][k], ", ")))}

CROSSREFS

Cf. A122414.

Row sums are in A087625. [From Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), May 29 2009]

Sequence in context: A071037 A103588 A153638 this_sequence A071038 A109017 A110161

Adjacent sequences: A122412 A122413 A122414 this_sequence A122416 A122417 A122418

KEYWORD

nonn,tabl

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Sep 03 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research