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.

A288884 Primes of the form k!3 + 3^8, where k!3 is the triple factorial number (A007661).

Original entry on oeis.org

6563, 6571, 6841, 2504908961, 17961239302561, 81359229958561, 664565853958561, 2295148179742698933452806561, 628962407176689215723405312006561, 43414370923880963682387072385024006561, 116346745870073113470947277571643877742200278220800006561
Offset: 1

Views

Author

Robert Price, Jun 18 2017

Keywords

Crossrefs

Programs

  • Mathematica
    MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
    Select[Table[MultiFactorial[i, 3] + 3^8, {i, 0, 100}], PrimeQ[#]&]

Formula

a(n) = 6561 + A007661(A264867(n)). - Elmo R. Oliveira, Apr 14 2025
Showing 1-1 of 1 results.