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!)
A225040 a(n) is the position of prime(n) in A225039, and a(n)=0, if prime(n) is not in A225039. 7
1, 2, 3, 4, 6, 5, 9, 7, 8, 10, 13, 15, 16, 28, 50, 20, 11, 12, 14, 69, 66, 17, 19, 18, 32, 86, 21, 64, 22, 38, 26, 74, 23, 41, 24, 25, 71, 89, 27, 49, 84, 33, 30, 35, 34, 31, 29, 175, 96, 60, 39, 181, 36, 110, 40, 46, 37, 68, 138, 119, 45, 44, 139, 42, 73, 43 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: All terms are positive, or equivalently, the sequence is a permutation of the positive integers.
LINKS
MATHEMATICA
a={}; n=1; While[(tmp=Position[A225039, Prime[n]]) != {}, AppendTo[a, tmp]; n++]; Flatten[a] (* Peter J. C. Moses, Apr 25 2013 *)
CROSSREFS
Sequence in context: A191446 A230764 A276685 * A327173 A351412 A118315
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Apr 25 2013
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 25 08:20 EDT 2024. Contains 371964 sequences. (Running on oeis4.)