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.

A060377 Pepin's test numbers.

Original entry on oeis.org

3, 9, 6561, 11790184577738583171520872861412518665678211592275841109096961
Offset: 0

Views

Author

Jason Earls, Apr 02 2001

Keywords

Comments

Next two terms have 15635 and 1024610093 digits respectively. [Corrected by Michael S. Branicky and Sean A. Irvine, Nov 12 2022]

Examples

			a(1) = 3^((F(1)-1)/2) = 3^((5-1)/2) = 3^2 = 9.
		

Crossrefs

Cf. A000215.

Programs

Formula

a(n) = 3^((F(n)-1)/2) where F(n) is a Fermat number (A000215).

Extensions

Corrected offset, formula and example Harry J. Smith, Jul 04 2009