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!)
A239070 Smallest m such that A132995(m) = n-th squarefree number. 2
2, 1, 10, 62, 97, 22, 3, 224, 92, 5, 242, 120, 144, 40, 69, 858, 61, 142, 195, 456, 76, 265, 180, 1254, 189, 166, 338, 339, 1062, 757, 1162, 372, 682, 980, 252, 281, 202, 2350, 251, 2110, 1381, 804, 52, 625, 750, 910, 1057, 8, 541, 1082, 15, 486, 1414, 595 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A132995(a(n)) = A005117(n) and A132995(m) <> A005117(n) for m < a(n).
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a239070 = (+ 1) . fromJust . (`elemIndex` a132995_list) . a005117
CROSSREFS
Sequence in context: A054781 A213421 A370068 * A271042 A098290 A160110
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 10 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 August 19 08:45 EDT 2024. Contains 375284 sequences. (Running on oeis4.)