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!)
A098874 Where A098018(k)=-n. 1
3, 18, 12, 108, 24, 72, 168, 384, 360, 456, 720, 1824, 1368, 3192, 19260, 6840, 13680, 21000, 80940, 9576, 50616, 39120, 220248, 167808, 264264, 193800, 242820, 181944, 117360, 424080, 456456, 848160, 124488, 2756520, 1618344, 3269112, 2229840 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
k is the first occurrence of -n in A098018.
LINKS
MATHEMATICA
f[n_] := Plus @@ MoebiusMu[ Drop[ Divisors[n], 1] - 1]; s = Table[0, {100}]; Do[ a = f[n]; If[ !Positive[a] && a > -101 && s[[ -a]] == 0, s[[ -a]] = n], {n, }]; s
CROSSREFS
Sequence in context: A324889 A281791 A281722 * A077104 A073815 A212994
KEYWORD
nonn
AUTHOR
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 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)