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-2 of 2 results.

A097317 Numbers of the form 7^p + p^7 for p prime.

Original entry on oeis.org

177, 2530, 94932, 1647086, 1996813914, 96951758924, 232630924325880, 11398896079244882, 27368747343485741790, 3219905755813196976713916, 157775382034845834127656854, 18562115921017574302548095548340
Offset: 1

Views

Author

Parthasarathy Nambi, Sep 17 2004

Keywords

Crossrefs

Programs

  • Mathematica
    Table[7^p+p^7,{p,Prime[Range[20]]}] (* Harvey P. Dale, Apr 28 2018 *)
  • PARI
    forprime(p=2,37,print1(p^7+7^p,","))

Extensions

More terms from Klaus Brockhaus, Sep 18 2004

A097520 Numbers of the form p^11 + 11^p for p prime.

Original entry on oeis.org

2169, 178478, 48989176, 1996813914, 570623341222, 36314872537968, 505481300395601404, 61159206938673444510, 895430244208047130160458, 1586309297171503774924202410720, 191943424957750505912623737696642, 340039485861577398992584799927541447384, 4978518112499354698647829714167692967490852
Offset: 1

Views

Author

Parthasarathy Nambi, Sep 19 2004

Keywords

Crossrefs

Programs

Showing 1-2 of 2 results.