login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126614 a(n) = (2^prime(n) + 1)/3. 16
3, 11, 43, 683, 2731, 43691, 174763, 2796203, 178956971, 715827883, 45812984491, 733007751851, 2932031007403, 46912496118443, 3002399751580331, 192153584101141163, 768614336404564651, 49191317529892137643 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
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
LINKS
EXAMPLE
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.
MATHEMATICA
Table[(2^Prime[n] + 1)/3, {n, 2, 20}]
PROG
(Magma) [(2^NthPrime(n)+1)/3: n in [2..20]]; // Vincenzo Librandi, Mar 29 2012
(PARI) a(n)=2^prime(n)\/3 \\ Charles R Greathouse IV, Mar 29 2012
(PARI) vecextract(apply(p->2^p\/3, primes(100)), "2..") \\ Charles R Greathouse IV, Mar 29 2012
CROSSREFS
Sequence in context: A051257 A135482 A360475 * A000979 A123628 A153476
KEYWORD
nonn
AUTHOR
Artur Jasinski, Feb 09 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)