cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A327026 a(n) = (1/n) Sum_{k=0..n} Sum_{d|n} phi(d) A241171(n/d, k) for n >= 1, a(0) = 1.

Original entry on oeis.org

1, 1, 4, 41, 979, 40549, 2571724, 231313681, 28007660854, 4392400716381, 866132386622878, 209744116289535001, 61192264076350570149, 21169177815206345045941, 8568352429497412897973944, 4011525608882608159230362521, 2151041235686896366408288920529
Offset: 0

Views

Author

Peter Luschny, Aug 20 2019

Keywords

Crossrefs

Row sums of A327027.

Programs

  • Maple
    seq(add(A327027(n, k), k=0..n), n=0..18);
  • Mathematica
    a[n_] := Sum[A327027[n, k], {k, 0, n}]; Table[a[n], {n, 0, 16}]
Showing 1-1 of 1 results.