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!)
A112988 Position of n-th prime in A089088. 3
2, 5, 9, 12, 19, 23, 30, 34, 41, 52, 55, 65, 73, 77, 85, 95, 105, 110, 121, 128, 133, 143, 151, 162, 175, 182, 187, 195, 200, 208, 231, 239, 249, 253, 271, 276, 286, 298, 306, 318, 328, 332, 350, 354, 362, 366, 387, 408, 416, 420, 427, 439, 443, 461, 472, 483 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A089088(a(n)) = A000040(n).
LINKS
PROG
(Haskell)
import Data.List (elemIndex)
import Data.Maybe (fromJust)
a112988 = (+ 1) . fromJust . (`elemIndex` a089088_list) . a000040
-- Reinhard Zumkeller, Feb 27 2013
CROSSREFS
Cf. A112976.
Sequence in context: A034307 A239876 A070828 * A218706 A270950 A139405
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Oct 08 2005
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 16 20:35 EDT 2024. Contains 372555 sequences. (Running on oeis4.)