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

A244841 4^p - 3^p - 1, where p is prime.

Original entry on oeis.org

6, 36, 780, 14196, 4017156, 65514540, 17050729020, 273715645476, 70274600998836, 288161745774346860, 4611068345031103956, 18889015647572689857420, 4835666805462139528038300, 77370924198368872644117636, 19807014039751725440882699796
Offset: 1

Views

Author

Vincenzo Librandi, Jul 07 2014

Keywords

Comments

For p>3, all terms are divisible by 13.

Crossrefs

Programs

  • Magma
    [4^p-3^p-1: p in PrimesUpTo(60)];
  • Mathematica
    Table[(4^Prime[n] - 3^Prime[n] - 1), {n, 1, 30}]
Showing 1-1 of 1 results.