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!)
A249602 Indices of primes in A084937. 3

%I #6 Nov 04 2014 06:08:03

%S 2,3,4,6,9,10,12,13,16,19,24,27,28,30,31,37,43,45,51,54,55,58,60,61,

%T 67,73,76,79,82,85,94,96,97,100,103,106,115,121,124,130,133,136,139,

%U 142,144,145,151,160,163,166,169,175,178,187,192,198,201,202,205

%N Indices of primes in A084937.

%H Reinhard Zumkeller, <a href="/A249602/b249602.txt">Table of n, a(n) for n = 1..10000</a>

%o (Haskell)

%o a249602 n = a249602_list !! (n-1)

%o a249602_list = filter ((== 1) . a010051' . a084937) [1..]

%o -- _Reinhard Zumkeller_, Nov 04 2014

%Y Cf. A084937, A249575, A010051.

%K nonn

%O 1,1

%A _N. J. A. Sloane_, Nov 03 2014

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 August 26 02:15 EDT 2024. Contains 375454 sequences. (Running on oeis4.)