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!)
A257457 Indices of primes in A257339. 3
2, 3, 4, 6, 8, 10, 11, 12, 14, 15, 18, 19, 20, 22, 23, 27, 30, 35, 38, 42, 47, 48, 49, 52, 53, 54, 60, 61, 63, 64, 69, 70, 73, 74, 83, 85, 87, 89, 92, 94, 97, 102, 112, 114, 116, 117, 120, 125, 127, 128, 134, 136, 139, 146, 149, 151, 153, 155, 156, 158, 159 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A010051(a(n)) = 1.
LINKS
PROG
(Haskell)
a257457 n = a257457_list !! (n-1)
a257457_list = filter ((== 1) . a010051 . a257339) [1..]
CROSSREFS
Sequence in context: A322572 A254438 A121539 * A122138 A047418 A335999
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 24 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 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)