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.

A138032 a(n) = prime(n)^17.

Original entry on oeis.org

131072, 129140163, 762939453125, 232630513987207, 505447028499293771, 8650415919381337933, 827240261886336764177, 5480386857784802185939, 141050039560662968926103, 7257147736730073114838109, 22550116774162743178682911, 456487940826035155404146917
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A000040 (prime), A001248 (prime^2), A030078 (prime^3).

Programs

  • Mathematica
    Array[Prime[ # ]^17 &, 10]
  • PARI
    a(n)={prime(n)^17} \\ Andrew Howroyd, Jan 12 2020

Extensions

Terms a(6) and beyond from Andrew Howroyd, Jan 12 2020