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.

A097205 Numbers of the form 3^p * p^3 for p prime.

Original entry on oeis.org

72, 729, 30375, 750141, 235782657, 3502727631, 634465620819, 7971951402153, 1145440056788109, 1673826273552131487, 18401108148695065077, 22808230685096689428039, 2513755383310987769681163, 26098726706637459430889889, 2760530473190044863847909701
Offset: 1

Views

Author

Parthasarathy Nambi, Sep 16 2004

Keywords

Programs

  • Mathematica
    3^# #^3&/@Prime[Range[20]] (* Harvey P. Dale, Apr 11 2013 *)
  • PARI
    forprime(p=2,41,print1(p^3*3^p,","))

Extensions

Edited and extended by Klaus Brockhaus, Sep 18 2004
More terms from Harvey P. Dale, Apr 11 2013