Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102715
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102715 Triangle read by rows: T(n,k) is phi(binom(n,k)), where phi is Euler's totient function (0<=k<=n). +0
1
1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 2, 2, 2, 1, 1, 4, 4, 4, 4, 1, 1, 2, 8, 8, 8, 2, 1, 1, 6, 12, 24, 24, 12, 6, 1, 1, 4, 12, 24, 24, 24, 12, 4, 1, 1, 6, 12, 24, 36, 36, 24, 12, 6, 1, 1, 4, 24, 32, 48, 72, 48, 32, 24, 4, 1, 1, 10, 40, 80, 80, 120, 120, 80, 80, 40, 10, 1, 1, 4, 20, 80, 240, 240 (list; table; graph; listen)
OFFSET

0,8

COMMENT

Row n contains n+1 terms. Row sums yield A064450. T(2n,n)=A066973(n)

FORMULA

T(n, k)=phi(binom(n, k)) (0<=k<=n).

EXAMPLE

T(6,3)=8 because the positive integers relatively prime to binom(6,3)=20 and not exceeding 20 are 1,3,7,9,11,13,17 and 19.

Triangle begins:

1;

1,1;

1,1,1;

1,2,2,1;

1,2,2,2,1;

1,4,4,4,4,1;

MAPLE

with(numtheory): T:=(n, k)->phi(binomial(n, k)): for n from 0 to 12 do seq(T(n, k), k=0..n) od; # yields sequence in triangular form

CROSSREFS

Cf. A064450, A066973.

Sequence in context: A113971 A109338 A071202 this_sequence A047846 A025885 A087011

Adjacent sequences: A102712 A102713 A102714 this_sequence A102716 A102717 A102718

KEYWORD

nonn,tabl

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 06 2005

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 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research