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.

A092863 Prime sequence to the power Pi.

Original entry on oeis.org

4, 7, 10, 16, 18, 20, 22, 23, 27, 28, 29, 31, 32, 33, 34, 35, 37, 38, 40, 42, 46, 51, 57, 60, 65, 66, 67, 68, 69, 70, 72, 73, 74, 77, 78, 80, 81, 82, 84, 85, 89, 91, 92, 93, 94, 95, 99, 101, 103, 107, 108, 110, 111, 112, 115, 117, 122, 123, 124, 125, 127, 128, 129, 130
Offset: 1

Views

Author

Ferenc Adorjan (fadorjan(AT)freemail.hu)

Keywords

Crossrefs

Programs

  • PARI
    {prow(a,r)= /*Returns the "r-th power" of monotonic sequence a */ return(mtinv(mt(a)^r)) /* the functions mt(a) and mtinv(r) are defined in A051006 and A092855, respectively */ }