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!)
A262377 Primes in A262358. 4
2, 3, 5, 7, 11, 13, 31, 43, 47, 61, 67, 71, 17, 19, 79, 89, 23, 83, 101, 107, 103, 109, 113, 97, 29, 37, 41, 53, 127, 137, 157, 167, 251, 257, 269, 281, 419, 359, 431, 353, 439, 59, 73, 163, 313, 331, 373, 659, 709, 761, 701, 857, 877, 883, 941, 971, 977 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = A262358(A262378(n));
a permutation of the prime numbers, cf. A262363.
LINKS
PROG
(Haskell)
a262377 n = a262377_list !! (n-1)
a262377_list = filter ((== 1) . a010051') $ map a262358 [1..]
CROSSREFS
Sequence in context: A262283 A187614 A191077 * A237600 A228199 A128292
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 19 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)