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!)
A272079 Row sums of A238453. 1
1, 2, 3, 6, 10, 26, 30, 86, 154, 350, 514, 1542, 1930, 5882, 9086, 16242, 30098, 93474, 116174, 368318, 547218, 1050842, 1813030, 5703414, 7256850, 19610282, 33509306, 77004470, 122302250, 393465466, 399187282, 1302847262, 2380228834, 4947581482, 8604927394 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Tom Edgar, Totienomial Coefficients, INTEGERS, 14 (2014), #A62.
PROG
(Sage) P=[euler_phi(i) for i in [0..100]]
Tr=[[prod(P[1:n+1])/(prod(P[1:k+1])*prod(P[1:(n-k)+1])) for k in [0..n]] for n in [0..len(P)-1]]
print([sum(x) for x in Tr])
CROSSREFS
Sequence in context: A123256 A111275 A298537 * A212606 A192440 A327711
KEYWORD
nonn
AUTHOR
Tom Edgar, Apr 19 2016
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 23 12:59 EDT 2024. Contains 371913 sequences. (Running on oeis4.)