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.

A063463 Squarefree numbers arising in A024110.

Original entry on oeis.org

-431, -255583, -35570638, -91171007, 2486784401, 29023111918, 22856131408177, 1852951469375105, 1350851394985294310, 12157664947056928801, 984770900976342015089, 8862938117851348434466, 6461081889221243795253265, 523347633027349958757558113
Offset: 1

Views

Author

Jason Earls, Jul 26 2001

Keywords

Crossrefs

Cf. A024110.

Programs

  • PARI
    for(n=1,30, if(issquarefree(9^n-n^9),print1(9^n-n^9, ", ")))

Extensions

Offset changed by Andrew Howroyd, Sep 18 2024