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.

A126614 a(n) = (2^prime(n) + 1)/3.

Original entry on oeis.org

3, 11, 43, 683, 2731, 43691, 174763, 2796203, 178956971, 715827883, 45812984491, 733007751851, 2932031007403, 46912496118443, 3002399751580331, 192153584101141163, 768614336404564651, 49191317529892137643, 787061080478274202283, 3148244321913096809131
Offset: 2

Views

Author

Artur Jasinski, Feb 09 2007

Keywords

Comments

If p - 1 is squarefree, the multiplicative order of 2 modulo a(n) is 2p. - Vladimir Shevelev, Jul 15 2008
The prime numbers in this sequence are the Wagstaff primes (A000979). - Omar E. Pol, Nov 05 2013

Examples

			a(2) = (2^prime(2) + 1)/3 = (2^3 + 1)/3 = 9/3 = 3.
a(3) = (2^prime(3) + 1)/3 = (2^5 + 1)/3 = 33/3 = 11.
a(4) = (2^prime(4) + 1)/3 = (2^7 + 1)/3 = 129/3 = 43.
		

Crossrefs

Programs

Formula

a(n) = A001045(A000040(n)). - Alois P. Heinz, Apr 14 2025