login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A073317
a(n)=Sum_{j = 0..n} binomial(phi(n),phi(j)).
2
2, 3, 6, 7, 22, 8, 74, 29, 90, 30, 1207, 31, 4118, 121, 466, 467, 67266, 122, 236984, 496, 7452, 1973, 3956273, 497, 1305399, 8014, 405387, 8015, 222108532, 498, 792121142, 127353, 1688345, 127354, 21495390, 8511, 66695906846, 486580
OFFSET
1,1
MATHEMATICA
g[x_] := EulerPhi[x] Table[Apply[Plus, Table[Binomial[g[n], g[j]], {j, 0, n}]], {n, 1, 50}]
CROSSREFS
Sequence in context: A023785 A050581 A352934 * A371293 A064731 A159069
KEYWORD
easy,nonn
AUTHOR
Labos Elemer, Jul 26 2002
STATUS
approved