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!)
A251394 Indices of numbers in A098550, that are neither multiples of 2 nor multiples of 3, cf. A007310. 2
1, 9, 11, 13, 15, 22, 23, 30, 32, 34, 36, 38, 40, 43, 45, 51, 53, 61, 62, 68, 70, 72, 74, 76, 79, 87, 88, 94, 96, 98, 101, 103, 105, 114, 116, 118, 122, 124, 126, 127, 132, 134, 142, 144, 146, 148, 150, 153, 158, 160, 166, 167, 175, 177, 179, 181, 185, 187 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
GCD(A098550(a(n)),6) = 1.
LINKS
PROG
(Haskell)
a251394 n = a251394_list !! (n-1)
a251394_list = filter ((== 1) . gcd 6 . a098550) [1..]
CROSSREFS
Sequence in context: A335912 A123760 A289686 * A155877 A214865 A225557
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 05 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 05:09 EDT 2024. Contains 371906 sequences. (Running on oeis4.)