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!)
A262371 Positions of prime numbers in A262356. 3
2, 3, 5, 7, 11, 14, 22, 26, 31, 32, 33, 36, 37, 44, 48, 53, 55, 62, 64, 67, 68, 70, 74, 82, 96, 100, 110, 111, 114, 127, 131, 141, 146, 163, 176, 179, 187, 200, 211, 216, 227, 228, 232, 235, 251, 260, 267, 268, 274, 281, 283, 287, 289, 292, 294, 299, 314 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
In other words, the n-th prime appears in A262356 at position a(n). - N. J. A. Sloane, Sep 29 2015
A262363(n) = A262356(a(n)).
LINKS
PROG
(Haskell)
a262371 n = a262371_list !! (n-1)
a262371_list = filter ((== 1) . a010051' . a262356) [1..]
CROSSREFS
Sequence in context: A036006 A027341 A363230 * A359683 A184642 A350836
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 20 2015
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 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)