login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074912 Triangle generated by Pascal's rule, except begin and end the n-th row with phi(n). 1
1, 1, 1, 2, 2, 2, 2, 4, 4, 2, 4, 6, 8, 6, 4, 2, 10, 14, 14, 10, 2, 6, 12, 24, 28, 24, 12, 6, 4, 18, 36, 52, 52, 36, 18, 4, 6, 22, 54, 88, 104, 88, 54, 22, 6, 4, 28, 76, 142, 192, 192, 142, 76, 28, 4 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,4

EXAMPLE

1;

1,1;

2,2,2;

2,4,4,2;

4,6,8,6,4;

2,10,14,14,10,2;

6,12,24,28,24,12,6;

4,18,36,52,52,36,18,4;

6,22,54,88,104,88,54,22,6;

4,28,76,142,192,192,142,76,28,4;

MAPLE

A074912 := proc(n, k) if k=1 or k=n then numtheory[phi](n); elif k > n or k < 1 then 0; else procname(n-1, k-1)+procname(n-1, k) ; end if; end proc: # R. J. Mathar, Aug 24 2011

CROSSREFS

Sequence in context: A023155 A085311 A052273 * A158502 A195427 A006643

Adjacent sequences:  A074909 A074910 A074911 * A074913 A074914 A074915

KEYWORD

easy,nonn,tabl

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Oct 01 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 23:05 EST 2012. Contains 206085 sequences.