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.

A173321 a(n) = 4*n! - 1.

Original entry on oeis.org

3, 3, 7, 23, 95, 479, 2879, 20159, 161279, 1451519, 14515199, 159667199, 1916006399, 24908083199, 348713164799, 5230697471999, 83691159551999, 1422749712383999, 25609494822911999, 486580401635327999
Offset: 0

Views

Author

Vincenzo Librandi, Feb 16 2010

Keywords

Comments

From Bernard Schott, Jul 11 2019: (Start)
With this sequence, it is possible to prove that there are infinitely many prime numbers of the form 4*k+3.
Prove that:
1. Every prime factor of a(n) is > n, and,
2. All these prime factors are of the form 4*k+1 or 4*k+3.
3. There is at least one prime of the form 4*k+3 > n,
4. The set of prime numbers of the form 4*k+3 is infinite.
(End)
The smallest prime of the form 4*k + 3 that divides a(n) is A333924(n). - Bernard Schott, Oct 08 2021

References

  • Transmath, Term S, SpĂ©cialitĂ©, Programme 2002, Nathan, 2002, Exercice 82 p. 93.

Crossrefs

Cf. sequences of the type k*n!-1: A033312 (k=1), A020543 (k=2), A173323 (k=3), this sequence, A173317 (k=5), A173316 (k=6).
Cf. A002145 (primes of the form 4*k+3), A333924.

Programs

Formula

a(n) = n*a(n-1) + n - 1 for n > 0, a(0) = 3. - Vincenzo Librandi, Sep 30 2013