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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124077 Indices of the primes in A072762; b(i=a(n)) is prime, b(i) coded as binary word of length=i with k-th bit set iff k is prime (1<=k<=i). 1
3, 5, 7, 29, 73, 2131, 4211 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

A072762(4211) tested as PRP, others certified primes

LINKS

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

EXAMPLE

a(3)=7 as A072762(7)=53 and 53 is prime! Also, the binary concatenation of the first a(n) terms of A010051 is prime. E.g. the first 7 term concatenation is binary 0110101 = decimal 53 and is prime!

MATHEMATICA

F[j_] := PrimeQ[Numerator[ Sum[ 1/2^Prime[k], {k, 1, j} ] ]] ; Prime[Select[Range[600], F]]

CROSSREFS

Cf. A072762, A010051.

Sequence in context: A098860 A106920 A060273 * A006378 A162714 A002396

Adjacent sequences:  A124074 A124075 A124076 * A124078 A124079 A124080

KEYWORD

hard,nonn

AUTHOR

Anton Vrba (antonvrba(AT)yahoo.com), Nov 24 2006

STATUS

approved

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

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

Last modified May 25 11:23 EDT 2013. Contains 225647 sequences.