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!)
A256414 Indices of prime terms in A121217. 3
2, 3, 10, 13, 21, 26, 34, 35, 47, 54, 61, 68, 77, 82, 91, 100, 109, 118, 127, 136, 137, 151, 156, 168, 181, 191, 201, 208, 209, 217, 240, 245, 262, 263, 278, 292, 299, 307, 320, 329, 339, 346, 367, 370, 379, 380, 405, 420, 433, 441, 446, 456, 461, 474, 488 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A010051(A121217(a(n))) = 1; conjecture: sequence is strictly increasing. - Reinhard Zumkeller, Apr 05 2015
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a256414 = (+ 1) . fromJust . (`elemIndex` a121217_list) . a000040
-- Reinhard Zumkeller, Apr 05 2015
CROSSREFS
Cf. A121217.
Cf. A010051.
Sequence in context: A203235 A256214 A256213 * A004688 A024852 A023856
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Apr 05 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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)