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.

A104363 Euler's totient of A104357(n) = A104350(n) - 1.

Original entry on oeis.org

1, 4, 10, 58, 178, 1258, 2280, 7558, 37798, 415798, 1229760, 16144536, 113488440, 567495336, 1135133998, 19295619336, 56915913600, 1085995965600, 5499724229998, 37888326510336, 423202615117920, 9425816095466520, 29220034833989998, 146100157813443360, 1882777893068160000, 5683471349506454400, 39885027849235856880
Offset: 2

Views

Author

Reinhard Zumkeller, Mar 06 2005

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := EulerPhi[-1 + Product[FactorInteger[k][[-1, 1]], {k, 1, n}]]; Array[a, 50, 2] (* Amiram Eldar, Feb 12 2020 *)

Formula

a(n) = A000010(A104357(n)).