The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A262363 Primes in A262356. 4
2, 3, 5, 7, 11, 13, 17, 19, 23, 31, 101, 41, 103, 61, 71, 107, 29, 43, 53, 37, 73, 83, 109, 47, 59, 67, 79, 97, 89, 113, 401, 601, 701, 211, 503, 307, 311, 409, 509, 607, 709, 907, 809, 1009, 127, 131, 2003, 313, 4001, 137, 7001, 139, 9001, 1103, 3001, 1201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = A262356(A262371(n));
a permutation of the prime numbers, cf. A262377.
LINKS
PROG
(Haskell)
a262363 n = a262363_list !! (n-1)
a262363_list = filter ((== 1) . a010051') a262356_list
CROSSREFS
Sequence in context: A033875 A105581 A258433 * A050264 A075239 A255073
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 May 28 22:13 EDT 2024. Contains 372921 sequences. (Running on oeis4.)