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!)
A251241 Indices of prime powers in A098550. 6
1, 2, 3, 4, 5, 6, 9, 11, 14, 15, 19, 22, 23, 29, 30, 40, 43, 51, 57, 61, 62, 65, 79, 87, 88, 94, 101, 114, 124, 127, 132, 137, 142, 153, 158, 167, 171, 175, 187, 194, 204, 215, 222, 233, 238, 247, 269, 273, 274, 277, 283, 296, 301, 313, 324, 329, 338, 355 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A010055(A098550(a(n))) = 1; for n > 0: A100995(A098550(a(n))) > 0;
A098550(a(n)) = A000961(n).
LINKS
PROG
(Haskell)
a251241 n = a251241_list !! (n-1)
a251241_list = filter ((== 1) . a010055 . a098550) [1..]
CROSSREFS
Cf. A098550, A000961, A010055, A100995, subsequences: A251239 and A251240.
Sequence in context: A119952 A364698 A102571 * A064278 A220570 A341057
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 02 2014
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)