login
This site is supported by donations to The OEIS Foundation.

 

Logo


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127962 Binary expansion of A000979(n). 8
11, 1011, 101011, 1010101011, 101010101011, 1010101010101011, 101010101010101011, 1010101010101010101011, 101010101010101010101010101011 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..9.

PROG

(Python)

from gmpy2 import divexact

from sympy import prime, isprime

A127962 = [int(bin(p)[2:]) for p in (divexact(2**prime(n)+1, 3) for n in range(2, 10**2)) if isprime(p)] # Chai Wah Wu, Sep 04 2014

CROSSREFS

Cf. A127961, A000979, A000978, A124400, A126614, A127955, A127956, A127957, A127958, A127936.

Sequence in context: A152577 A163449 A127961 * A015511 A065050 A099440

Adjacent sequences:  A127959 A127960 A127961 * A127963 A127964 A127965

KEYWORD

nonn

AUTHOR

Artur Jasinski, Feb 09 2007

EXTENSIONS

Edited by N. J. A. Sloane, Jun 11 2007

STATUS

approved

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

Content is available under The OEIS End-User License Agreement .

Last modified September 10 18:27 EDT 2015. Contains 261502 sequences.