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!)
A251391 Indices of squarefree numbers in A098550. 4
1, 2, 3, 7, 8, 9, 10, 13, 15, 16, 17, 20, 21, 22, 23, 24, 25, 28, 30, 32, 34, 35, 36, 38, 39, 41, 43, 44, 45, 47, 49, 51, 53, 56, 59, 60, 61, 62, 63, 64, 68, 70, 72, 73, 74, 77, 78, 79, 80, 81, 85, 86, 87, 88, 89, 90, 95, 96, 98, 99, 100, 101, 103, 105, 109 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a008966(A098550(a(n))) = 1; A100112(A098550(a(n))) > 0;
A098550(a(n)) = a005117(n).
LINKS
PROG
(Haskell)
a251391 n = a251391_list !! (n-1)
a251391_list = filter ((== 1) . a008966 . fromIntegral . a098550) [1..]
CROSSREFS
Cf. A098550, A005117, A008966, A100112, A251239 (subsequence).
Sequence in context: A118374 A344624 A154432 * A047361 A037461 A284514
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)