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!)
A099619 Occurrence of the n-th prime in A098962. 3
2, 3, 4, 6, 7, 8, 10, 11, 12, 14, 15, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 46, 47, 48, 49, 50, 52, 53, 54, 56, 57, 58, 59, 61, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 80, 82, 83, 84, 85, 88, 89, 91, 92, 93 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A098962(a(n)) = A000040(n).
LINKS
PROG
(Haskell)
import Data.List (elemIndex)
import Data.Maybe (fromJust)
a099619 = (+ 1) . fromJust . (`elemIndex` a098962_list) . a000040
-- Reinhard Zumkeller, Feb 18 2013
CROSSREFS
Cf. A099620.
Sequence in context: A004772 A029597 A188262 * A027564 A284941 A354767
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Oct 26 2004
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 March 28 16:58 EDT 2024. Contains 371254 sequences. (Running on oeis4.)